-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 869 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Accueil | Mémoire Juliette Pointereau</title>
<script src="./assets/js/turbolinks.js"></script>
<script src="./assets/js/augmented.js" data-turbolinks-track="reload"></script>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="./assets/css/icono.min.css">
</head>
<body>
<div class="container">
<img src="assets/img/page-acceuil.png" alt="page d'accueil" style="width: 100%">
</div>
<div class="nav-group bottom" style="bottom: inherit;top: 3500px;">
<a href="summary.html" id="next">
<i class="icono-caretRight"></i>
</a>
</div>
</body>
</html>