diff --git a/index.html b/index.html index 6e7f48f..441eb09 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ - - - + + + CleanType - Modern Text Editor @@ -11,655 +11,9 @@ - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - - - - - - -
- -
-
-

CleanType

-

A modern, distraction-free text editor for focused writing

- -
- ⚠️ Windows SmartScreen Notice: Since this is a new application pending certification, - Windows SmartScreen might show a warning. This is normal for new software. To proceed: -
1. Click "More info" -
2. Select "Run anyway" -
We're working on obtaining a code signing certificate to remove this warning. -
- -
- -
-
-

🎯 Distraction-Free

-

Clean interface designed for focused writing sessions without unnecessary clutter.

-
-
-

⚡ Fast & Efficient

-

Built with Rust and Tauri for lightning-fast performance and minimal resource usage.

-
-
-

🎨 Customizable

-

Choose from various fonts, themes, and layouts to match your writing style.

-
-
- - -
- - - - + + +
+ + + \ No newline at end of file diff --git a/landing.html b/landing.html new file mode 100644 index 0000000..6e7f48f --- /dev/null +++ b/landing.html @@ -0,0 +1,665 @@ + + + + + + CleanType - Modern Text Editor + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + +
+ +
+
+

CleanType

+

A modern, distraction-free text editor for focused writing

+ +
+ ⚠️ Windows SmartScreen Notice: Since this is a new application pending certification, + Windows SmartScreen might show a warning. This is normal for new software. To proceed: +
1. Click "More info" +
2. Select "Run anyway" +
We're working on obtaining a code signing certificate to remove this warning. +
+ +
+ +
+
+

🎯 Distraction-Free

+

Clean interface designed for focused writing sessions without unnecessary clutter.

+
+
+

⚡ Fast & Efficient

+

Built with Rust and Tauri for lightning-fast performance and minimal resource usage.

+
+
+

🎨 Customizable

+

Choose from various fonts, themes, and layouts to match your writing style.

+
+
+ + +
+ + + + diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 62f3c0a..9a3f54f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -93,4 +93,4 @@ } ] } -} +} \ No newline at end of file