-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (70 loc) · 2.05 KB
/
index.html
File metadata and controls
71 lines (70 loc) · 2.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DualSpark Reader</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icons/favicon-16x16.png"
/>
<link rel="icon" type="image/x-icon" href="icons/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<img src="icons/no-bg.png" alt="DualSpark Logo" class="logo" />
<div class="content">
<h1 id="title">DualSpark Reader</h1>
<div class="content-text">
<div class="subtitle">
<p>
Enhance your AI experience with
<span class="feature">narrated AI responses</span> and an
<span class="feature">immersive reading experience</span>.
</p>
<p class="compatibility">Compatible with Claude and ChatGPT</p>
</div>
<a
href="https://chromewebstore.google.com/detail/dualspark/iophopbojlepahnokaibcijojaoojjnn?utm_source=item-share-cp"
target="_blank"
rel="noopener noreferrer"
id="install-button"
class="install-btn"
>Install Extension</a
>
</div>
</div>
<footer>
© 2025 DualSpark Reader |
<a
href="/privacy.html"
style="
color: #666666;
text-decoration: none;
transition: color 0.3s ease;
"
>Privacy Policy</a
>
</footer>
</body>
</html>