-
Notifications
You must be signed in to change notification settings - Fork 5
/
load.html
38 lines (32 loc) · 1.41 KB
/
load.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
<!DOCTYPE html>
<html>
<head>
<title>Unroll</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body class="w3-light-grey">
<header class="w3-container w3-junglebus">
<img src="img/Logo_Unroll.png" alt="Logo" class="w3-left w3-margin-right" style="height:80px">
<h1><a href="index.html">Unroll</a></h1>
</header>
<div class="w3-content w3-margin-top">
<div class="w3-row-padding w3-content">
<p id="message"><i class="fa fa-spinner fa-spin"></i> <span data-i18n="guessing route ...">guessing route ...</span></p>
<p><a href="index.html" data-i18n="Home">Home</a></p>
</div>
<!-- End page content -->
</div>
<footer class="w3-container w3-junglebus w3-center w3-margin-top w3-tiny">
<p>Mobility open data, proudly crafted by the OpenStreetMap community - Open source tool by <a href="https://junglebus.io" target="_blank">Jungle Bus</a></p>
<div class="w3-xlarge">
<a href="https://github.com/Jungle-Bus/unroll" target="_blank"><i class="fa fa-github w3-hover-opacity"></i></a>
</div>
</footer>
<script src="commons.js"></script>
<script src="load.js"></script>
</body>
</html>