-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.24 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.24 KB
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
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Snake Hero</title>
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/flat-ui.css" rel="stylesheet">
<link href="assets/css/snakehero.css" rel="stylesheet">
<link rel="shortcut icon" href="assets/img/48by48.ico">
</head>
<body class="palette-clouds">
<div class="container">
<div class="demo-headline">
<h1 class="demo-logo">
<div class="logo-title"></div>
<small class="white">Available Soon</small>
</h1>
</div>
<div class="row">
<div class="span4"> </div>
<div class="span4">
<div class="reachability"></div>
<dl class="palette palette-bright-dark text-center">
<dt>Mac Ipad Iphone</dt>
</dl>
</div>
<div class="span4"> </div>
</div>
</div>
<div class="footer-fixed palette palette-silver">
<h5>
Proudly crafted from France<br>
<small>Tristan Joly - Thibault Palier - Stefan Lage - Matthieu Lucas</small>
</h5>
</div>
</body>
</html>