-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 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
<!-- @format -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="naturo-icon.png" />
<title>Narutinho Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Racing game with Naruto based on T-Rex Game" />
<meta name="author" content="Isabella Melo" />
<meta property="og:image" content="https://raw.githubusercontent.com/isabellacpmelo/naruto-game/main/src/assets/images/naruto-meta-image.jpg" />
<meta property="og:title" content="Narutinho Game" />
<meta property="og:description" content="Racing game with Naruto based on T-Rex Game" />
<meta property="og:type" content="game"/>
<meta property="og:url" content="https://naruto-running-game.netlify.app/#/" />
<meta name="twitter:title" content="Narutinho Game" />
<meta name="twitter:description" content="Racing game with Naruto based on T-Rex Game" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/isabellacpmelo/naruto-game/main/src/assets/images/naruto-meta-image.jpg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>