-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 1.64 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.png" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description"
content="Material e621 is a modern, open source web client for e621.net. It is customizable, comes with a bunch of additional features that are not available on e621.net, and makes browsing posts a delightful experience." />
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION_META%" />
<link rel="canonical" href="%VITE_CANONICAL_URL%" />
<title>Material e621</title>
<style>
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
</style>
</head>
<body>
<div id="app">
<div class="sr-only">
<h1>Material e621</h1>
<p>Material e621 is a modern, open source web client for <a href="https://e621.net">e621.net</a>. It is
customizable, comes with a bunch of additional features that are not available on e621.net, and makes browsing
posts a delightful experience.</p>
<p>Created by <a href="https://avoonix.com/">Avoo</a></p>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>