-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 1.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="author" content="Virgs">
<link rel="icon" href="./favicon.jpg">
<title>Snake Hole</title>
<meta name="description" content="Old and good snake game but with wormholes"/>
<meta name="keywords" content="snake, worm hole, game, fun"/>
<meta name="author" content="Virgs, https://github.com/virgs"/>
<meta name="language" content="EN"/>
<meta property="og:title" content="SnakeHole"/>
<meta property="og:image:secure_url" itemprop="image" content="https://raw.githubusercontent.com/virgs/SnakeHole/master/screenShot.png"/>
<meta property="og:image" itemprop="image" content="https://raw.githubusercontent.com/virgs/SnakeHole/master/screenShot.png"/>
<meta property="og:description" content="Old and good snake game but with wormholes"/>
<link rel="stylesheet" type="text/css" href="styles/css/styles.css">
<script src="build/bundle.js"></script>
</head>
<body>
<div class="container">
<div id="game"></div>
</div>
</body>
</html>