-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (82 loc) · 3.54 KB
/
index.html
File metadata and controls
90 lines (82 loc) · 3.54 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>Wile Reader - Speed Reading with RSVP Technology</title>
<meta
name="title"
content="Wile Reader - Speed Reading with RSVP Technology"
/>
<meta
name="description"
content="Master speed reading with Wile Reader's RSVP technology and ORP highlighting. Paste text, upload Markdown or PDF files. Works offline as a PWA. 100-900 WPM."
/>
<meta
name="keywords"
content="speed reading, RSVP, rapid serial visual presentation, ORP, optimal recognition point, reading app, PWA, offline reading, productivity, reading speed"
/>
<meta name="author" content="Anshumani Ruddra" />
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://wilereader.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wilereader.com/" />
<meta
property="og:title"
content="Wile Reader - Speed Reading with RSVP Technology"
/>
<meta
property="og:description"
content="Master speed reading with Wile Reader's RSVP technology and ORP highlighting. Paste text, upload Markdown or PDF files. Works offline as a PWA. 100-900 WPM."
/>
<meta property="og:image" content="https://wilereader.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Wile Reader - Speed Reading App" />
<meta property="og:site_name" content="Wile Reader" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://wilereader.com/" />
<meta
name="twitter:title"
content="Wile Reader - Speed Reading with RSVP Technology"
/>
<meta
name="twitter:description"
content="Master speed reading with Wile Reader's RSVP technology and ORP highlighting. Paste text, upload Markdown or PDF files. Works offline as a PWA. 100-900 WPM."
/>
<meta name="twitter:image" content="https://wilereader.com/og-image.png" />
<meta name="twitter:image:alt" content="Wile Reader - Speed Reading App" />
<meta name="twitter:creator" content="@baboonzero" />
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Mobile Meta Tags -->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="theme-color" content="#8B5CF6" />
<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="Wile Reader" />
<!-- Additional Meta -->
<meta name="format-detection" content="telephone=no" />
<meta name="application-name" content="Wile Reader" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>