-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (22 loc) · 857 Bytes
/
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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>L'Ombre Noire | Portail captif</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="app">
<img src="img/logo.png" alt="logo" width="200px">
<div id="alert"></div>
<p>En vous connectant à ce service vous acceptez nos <a href="cgu.html">conditions générales d'utilisation</a></p>
<form id="form">
<input type="text" id="email" name="email" placeholder="Votre email">
<button type="submit" id="submit">Se connecter</button>
</form>
</div>
<script src="js/ChilliLibrary.js"></script>
<script src="js/script.js"></script>
</body>
</html>