-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (48 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Horaires Navette Frioul</title>
<link rel="stylesheet" type="text/css" href="./style.css" media="screen" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body style="max-width: 350px">
<header style="text-align: center;">
<h1>🚢 Horaires Frioul</h1>
<p style="display: flex; align-items: flex-end;">
<span>
<a href="#" class="js-change-date" data-by="-1">
< -1 jour</a>
</span>
<span id="title-date" style="flex: 1; margin: 0 2rem;"></span>
<span>
<a href="#" class="js-change-date" data-by="+1">+1 jour ></a>
</span>
</p>
</header>
<table id="times">
<thead>
<tr>
<th title="Vieux-Port → Frioul">Aller</th>
<th title="Frioul → Vieux-Port">Retour</th>
</tr>
</thead>
<tbody></tbody>
</table>
</body>
<script type="module" src="./app.js"></script>
<hr style="margin-top: 60px;" />
<small style="font-style: italic;">
<p>
Ce site présente les horaires de la navette du Frioul dans un format plus lisible et accessible hors-ligne.
</p>
<a href="https://lebateau-frioul-if.fr/horaires">Site Officiel Le Bateau ↗</a>
·
<a href="https://github.com/adipasquale/frioul">Code Source sur GitHub ↗</a>
· v28
</small>
<body>