-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.22 KB
/
index.html
File metadata and controls
48 lines (39 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scribe</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Scribe</h1>
<p class="tagline">An Easy Way to Write</p>
</header>
<div class="container">
<section>
<h2>Easy to Use</h2>
<p>No complicated formatting issues like general word processors.</p>
<p>Focus on writing and not complicated formatting. You write, export, and Scribe takes care of the rest.</p>
</section>
<section>
<h2>Easy Workflow</h2>
<p>Easily organize your work into Chapters and Parts.</p>
<p>No manual formatting, but you still have control over how it's formatted.</p>
</section>
<section>
<h2>Free and Open Source</h2>
<p>Completely free of charge, no strings attached.</p>
<p>Use for personal or commercial use, no fees.</p>
<p>Need a feature that doesn't exist? Open an issue on GitHub or contribute code!</p>
<p>Scribe is licensed under MPL‑v2. Modify it freely, even in commercial apps — just keep MPL‑licensed parts open.</p>
</section>
<a href="Download.html" class="download-btn">
<button>Download</button>
</a>
</div>
<footer>
© 2026 Riley Turner
</footer>
</body>
</html>