-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esperanta</title>
<meta name="description" content="A wallpaper inspired by Arknights Main Theme EP17" />
<meta name="author" content="u-00a0" />
<meta name="rights" content="Copyright © 2026 tomo and u-00a0. All rights reserved." />
<link rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0" />
<meta name="license" content="https://creativecommons.org/licenses/by-nc-nd/4.0" />
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>