-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZenRead - Enhanced Focus for ADHD and Reading Difficulties</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<img src="./images/icon128.png" alt="ZenRead Logo" class="logo">
<!-- Navigation items could be added here -->
</div>
<div class="main">
<h1>ZenRead: Read with Focus and Ease</h1>
<p>Empower your reading with ZenRead, the extension designed to assist those with ADHD and reading difficulties. By highlighting crucial parts of text, ZenRead creates a path for your eyes to follow, making reading a breeze.</p>
<div class="buttons">
<a download="ZenRead.crx" href="./ZenRead.crx" class="btn">Get ZenRead</a>
<a href="https://github.com/desmondezo1/ZenRead" class="btn">Learn More</a>
</div>
<p class="command">Transform your reading experience today.</p>
</div>
<footer>
<!-- Footer content goes here -->
</footer>
<script src="script.js"></script>
</body>
</html>