-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 918 Bytes
/
index.html
File metadata and controls
33 lines (29 loc) · 918 Bytes
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#03151f">
<title>Spaceship Arena</title>
<link href="css/style.css" rel="stylesheet" />
<link href="css/background.css" rel="stylesheet" />
<link href="css/map.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="img/favicon.png" />
</head>
<body id="body">
<header id="header" class="container centerwrap logo resizeBig">
<p></p>
</header>
<main id="app" class="container centerwrap margtop100">
<p></p>
</main>
<footer id="footer" class="container">
<p></p>
</footer>
<script src="js/functions.js"></script>
<script src="js/background.js"></script>
<script src="js/game.js"></script>
<script src="js/menu.js"></script>
<!-- <script src="js/game.js"></script> -->
</body>
</html>