-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 1.96 KB
/
index.html
File metadata and controls
45 lines (39 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Identity -->
<title>PaceRead — Read Faster. Understand Better. | PDF, EPUB, DOCX, TXT, MD, HTML, RTF, SRT</title>
<meta name="description" content="PaceRead: RSVP speed reader. Read faster, understand better. PDF, EPUB, DOCX, TXT, MD, HTML, RTF, SRT at 60–1500 WPM. Free, offline, no tracking." />
<meta name="author" content="Techscript Limited" />
<meta name="application-name" content="PaceRead" />
<!-- Theme -->
<meta name="theme-color" content="#060606" />
<meta name="color-scheme" content="dark" />
<meta name="msapplication-navbutton-color" content="#060606" />
<!-- Icons -->
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- PWA / iOS web app -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="PaceRead" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://paceread.techscript.ca" />
<meta property="og:title" content="PaceRead — Read Faster. Understand Better." />
<meta property="og:description" content="Read PDF, EPUB, DOCX, TXT, MD, HTML, RTF, SRT at 60–1500 WPM. No account. No data collection. Free." />
<meta property="og:site_name" content="PaceRead by Techscript Limited" />
<!-- GoatCounter analytics — free, privacy-friendly visitor tracking -->
<script
data-goatcounter="https://paceread.goatcounter.com/count"
async
src="https://gc.zgo.at/count.js"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>