-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
40 lines (39 loc) · 1.85 KB
/
index.php
File metadata and controls
40 lines (39 loc) · 1.85 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
39
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>Proto NoSmoke</title>
<link href="static/main.css" media="all" rel="stylesheet" type="text/css" />
<link href="static/firstpage.css" media="all" rel="stylesheet" type="text/css" />
<link href="static/map.css" media="all" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
-->
<script type="text/javascript" src="static/js/jquery.js"></script>
<script type="text/javascript" src="static/js/jquery.ui.core.js"></script>
<script type="text/javascript" src="static/main.js"></script>
</head>
<body>
<div id="logo_wrapper">
<img src="static/img/icone.png" width="300px" height="300px"/><br/>
<img src="static/img/nom_icone.png" width="300px" />
</div>
<div id="main_wrapper">
<div id="content_wrapper">
<div id="statusbar"></div>
<div id="content">
<?php include('content/home.html'); ?>
</div>
<div id="menubar">
<a href="content/stats.html"><img class="stats" src="static/img/icon_stats.png" width="60" height="67"/></a>
<a href="content/games.html"><img class="jeux" src="static/img/icon_jeux.png" width="60" height="67" /></a>
<a href="content/cagnotte.html"><img class="cagnotte" src="static/img/icon_cagnotte.png" width="60" height="67" /></a>
<span class="1up"><img src="static/img/icon_1up.png" width="60" height="67" /></span>
</div>
</div>
<div id="popup" style="display:none;"><img src="static/img/ajouter-cagnotte.png" width="250" height="127" /></div>
</div>
<div class="clear"></div>
</body>
</html>