-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
36 lines (31 loc) · 896 Bytes
/
test.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
<html>
<head>
<title>Tripics</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="menu">
<button><span></span><span></span><span></span></button>
<div class="center">
<a href="index.html" id="localiseMe">Me localiser</a>
<form>
<input class="" type="text" placeholder="Cherche un endroit">
<input class="" type="submit" value="ok">
</form>
</div>
<a href="#" id="takePic">Prendre une photo</a>
</div>
<div class="pics">
<p class="comment">Hey tu peux pas test !!</p>
<h2>Maroc</h2>
<h3>Volubilis</h3>
<div class="likes">
<span>234</span>
<span class="heart"></span>
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>