-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.31 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gaya Tools</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--
<form action="" id="configuration" role="form">
<div class="form-group col-xs-12">
<input type="text" name="largeur" id="largeur" class="form-control input-sm" placeholder="Largeur">
</div>
<div class="form-group col-xs-12">
<input type="text" name="hauteur" id="hauteur" class="form-control input-sm" placeholder="Hauteur">
</div>
<div class="checkbox col-xs-12">
<label>
<input type="checkbox"> Renommer les images ?
</label>
</div>
<div class="checkbox col-xs-12">
<label>
<input type="checkbox"> Créer une archive ?
</label>
</div>
</form>
-->
<div id="drop">
<p class="text-center">
<img src="gaya-la-nouvelle-agence.png" alt="Gaya">
</p>
</div>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="app.js"></script>
</body>
</html>