-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 2.12 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
<!doctype html>
<html lang="en" class="antialiased">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CrossPoint Reader - Open Source E-Reader Software for ESP32</title>
<meta name="description" content="CrossPoint is open source e-reader software for ESP32 e-ink devices. Get it for the Xteink, reTerminal Sticky, M5Paper, LilyGo T5, and more." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CrossPoint Reader" />
<meta property="og:url" content="https://crosspointreader.com" />
<meta property="og:title" content="Read without limits." />
<meta property="og:description" content="Open source e-reader software for ESP32 e-ink devices, built by the community." />
<meta property="og:image" content="https://crosspointreader.com/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="CrossPoint Reader: Read without limits. Built by readers, for readers, shown on an e-ink device." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Read without limits." />
<meta name="twitter:description" content="Open source e-reader software for ESP32 e-ink devices, built by the community." />
<meta name="twitter:image" content="https://crosspointreader.com/og.png" />
<meta name="twitter:image:alt" content="CrossPoint Reader: Read without limits. Built by readers, for readers, shown on an e-ink device." />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<script src="https://cdn.usefathom.com/script.js" data-site="OHQZUNQD" defer></script>
</head>
<body>
<!-- impact.com site verification -->
<p style="display:none" aria-hidden="true">Impact-Site-Verification: 8ec41e75-2735-415b-8643-fc0b10a943a5</p>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>