forked from amehmeto/cleopatre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.34 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
<!-- *********************************************************************** -->
<!-- -->
<!-- ::: :::::::: -->
<!-- index.html :+: :+: :+: -->
<!-- +:+ +:+ +:+ -->
<!-- By: amehmeto <[email protected]> +#+ +:+ +#+ -->
<!-- +#+#+#+#+#+ +#+ -->
<!-- Created: 2018/05/07 23:08:52 by amehmeto #+# #+# -->
<!-- Updated: 2018/05/08 04:19:43 by amehmeto ### ########.fr -->
<!-- -->
<!-- *********************************************************************** -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><span class="rouge">Clé</span>opâtre</h1>
<p>Numérisez vos clés, sauvegardez-les, partagez-les, faites des copies,
de jour comme de nuit.</p>
<br>
<p>Le tout depuis votre iPhone.</p>
<button>Commencer</button>
<button class="alt">J'ai deja un compte</button>
</body>
</html>