-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 1.48 KB
/
index.html
File metadata and controls
26 lines (25 loc) · 1.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Ali Roboshoot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Ali Roboshoot" />
<meta property="og:description" content="A fast-paced robot shooter game. Defend against waves of enemy robots, capture flags, and compete for the highest score!" />
<meta property="og:image" content="/aliroboshoot.png" />
<meta property="og:url" content="https://aliroboshoot.chronolove.app/" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/x-icon" href="https://ali-roboshoot-assets-densodeto.oss-ap-southeast-1.aliyuncs.com/public/favicon.ico">
<link rel="apple-touch-icon" href="https://ali-roboshoot-assets-densodeto.oss-ap-southeast-1.aliyuncs.com/public/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://ali-roboshoot-assets-densodeto.oss-ap-southeast-1.aliyuncs.com/public/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://ali-roboshoot-assets-densodeto.oss-ap-southeast-1.aliyuncs.com/public/favicon-16x16.png">
<link rel="manifest" href="https://ali-roboshoot-assets-densodeto.oss-ap-southeast-1.aliyuncs.com/public/site.webmanifest">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="app">
<div id="game-container"></div>
</div>
<script type="module" src="src/main.js"></script>
</body>
</html>