-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 1.36 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 1.36 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
41
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Super Papa</title>
<meta name="description" content="Super papa">
<meta name="author" content="Hetic P2015 : CHANIOT, FORLINI, GUAN, SENKMAN, TROUDI, ZULFICAR">
<link type="text/css" rel="stylesheet" href="assets/css/reset.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="assets/css/style.css" media="screen"/>
</head>
<body>
<header>
<h1>SUPER PAPA</h1>
</header>
<div class="content">
<img src="assets/img/enfant.jpg">
<!--<video id="sourcevid" autoplay controls>FALLBACK</video>-->
<a href="">S'inscrire</a>
OU
<a id="connection" href="">Connection</a>
</div>
<div id="temp_form" style="display: none;">
<form name="form_connection" method="GET" action="verif.php">
<input type="hidden" name="cid" value="52">
Pays : <select name="pays">
<option value="Argentine">Argentine</option>
<option value="France">France</option>
<option value="Senegal">Senegal</option>
<option value="Chine">Chine</option>
</select>
<input type="submit" name="Submit" value="Ok">
</form>
</div>
<footer>
</footer>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/jquery.lightbox_me.js"></script>
</html>