-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" type="image/ico"/>
<link rel="icon" href="/favicon.png" type="image/png" sizes="32x32">
<link rel="icon" href="/favicon.png" type="image/png" sizes="32x32">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="2D pixel art game platformer for dumies">
<!-- Facebook Tag -->
<!-- <meta property="og:url" content="https://fireal.io/"/>-->
<meta property="og:type" content="website"/>
<meta property="og:title" content="The Dump Land"/>
<meta property="og:description"
content="2D pixel art game platformer for dumies"/>
<meta property="og:image" content="/favicon.png"/>
<!-- <meta property="og:site_name" content="fireal.io"/>-->
<title>The Dump Land</title>
</head>
<body>
<script type="module" src="/src/main.js"></script>
</body>
</html>