-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.html
35 lines (32 loc) · 940 Bytes
/
info.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
35
<!DOCTYPE html>
<html>
<head>
<title>III-AD</title>
<meta charset="utf-8">
<link rel="icon" href="img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="menu">
<h1 class="about">About</h1>
<p>
Brave the ocean and try to find your home !<br><br>
III-AD is a bullet hell inspired by the Iliad.<br>
The closer your home is, the harder it is to find it.
</p><br>
<p>- Our team -</p><br>
<p>
[ Development ]<br>
Samy Vera<br>
Matteo Lecuit<br>
Bigeard<br>
</p><br>
<p>
[ Graphic design ]<br>
Maxime Le Chesne
</p><br>
<p><img src="img/title.png" alt="III-AD" style="width:211px;"> | Global Game Jam 2019</p>
<a class="return" href="index.html">Return</a>
</div>
</body>
</html>