-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.26 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Zia-Okapi</title>
<link rel="stylesheet" href="bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="style.css"></link>
</head>
<body>
<div class="container">
<div class="row">
<header class="banner">
Okapi, bientôt dans ton ZIA.<br /><br />
</header>
</div>
<div class="row">
<div class="span6 offset3">
<div class="progress progress-success progress-striped active">
<div class="bar" style="width: 30%;"></div>
</div>
<iframe style="margin-left: 20px" width="420" height="315" src="http://www.youtube.com/embed/RsrLbuxx6zw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row links">
<a href="doxygen">Doxygen</a><br />
<a href="http://github.com/zia-okapi/zia-okapi">Le github</a><br />
<a href="irc://irc.epitech.eu/okapi">Irc: #okapi sur irc.epitech.eu</a><br />
<a href="http://facebook.com/zia-okapi">La page Facebook</a><br />
</div>
<div class="row">
<div class="span6 offset3">
<div style="text-align:center"><img src="okapi.png" alt="" /></div>
</div>
</div>
</div>
</body>
</html>