-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (32 loc) · 1.19 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
29
30
31
32
33
34
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Gotham Shadow</title>
<meta name="description" content="Gotham Shadow - Batman">
<meta name="author" content="Gaël Moliner">
<link href="./fonts/bungee/stylesheet.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="./assets/elements/favicon.jpg"/>
</head>
<body>
<div id="main">
<div class="border-area"></div>
<div class="main-content flex">
<div class="text-content">
<h2 class="main-title">Gotham Shadow</h2>
<p>Vilains of Gotham stole city lights, citizens are stuck in the dark. You have to bring back the shine of the city : catch all the fragments of light hidden all accross the map. Be careful, vilains are still in the city, they will not let you win so easily !</p>
<div class="gui-container bottom flex space-between">
<div class="gui-element">
<a href="about.html">About</a>
</div>
<div class="gui-element">
<a href="instructions.html">Play</a>
</div>
</div>
</div>
</div>
<div class="border-area"></div>
</div>
<script src="build/style.min.js"></script>
</body>
</html>