-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (31 loc) · 2.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BusStation</title>
<link rel="stylesheet" href="./style.css">
<link rel="apple-touch-icon" href="https://francoispeyret.github.io//bus-station/busstation-icon.png">
<link rel="apple-touch-startup-image" href="https://francoispeyret.github.io//bus-station/busstation-icon.png">
<meta name="apple-mobile-web-app-title" content="BusStation">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="https://francoispeyret.github.io//bus-station/manifest.webmanifest">
<link rel="icon" href="https://francoispeyret.github.io//bus-station/busstation-icon.png" sizes="256x256" />
<link rel="apple-touch-icon-precomposed" href="https://francoispeyret.github.io/bus-station/busstation-icon.png" />
</head>
<body>
<div class="control left"></div>
<div class="control right"></div>
<button class="reset">
<svg height='66px' width='66px' fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 48 48" ><path d="M31.2,13.9c-0.1,1.1,0.7,2,1.7,2.2L44,17.3c0.1,0,0.1,0,0.2,0c1,0,1.8-0.7,1.9-1.7l1.3-11.1 c0.1-1.1-0.6-2-1.7-2.2c-1.1-0.1-2,0.6-2.2,1.7l-0.7,6C39.1,5,33.5,1.6,27.2,0.7C21-0.1,14.8,1.5,9.8,5.3c-5,3.8-8.2,9.3-9.1,15.5 C-1,33.6,8,45.5,20.8,47.3c1.1,0.1,2.1,0.2,3.2,0.2c9.8,0,18.8-6.2,22.2-15.7c0.4-1-0.2-2.1-1.2-2.5c-1-0.4-2.1,0.2-2.5,1.2 c-3.1,8.7-12,14.1-21.1,12.9C10.6,41.9,3.1,32,4.6,21.3c0.7-5.2,3.4-9.8,7.6-12.9s9.3-4.5,14.5-3.8c5.4,0.7,10.3,3.8,13.5,8.3 c0,0,0,0,0,0l-6.8-0.8C32.3,12,31.3,12.8,31.2,13.9z"></path></svg>
</button>
<button id="start">
<svg height='100px' width='100px' fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 100 100"><path d="M50,47.1c1.9,0,3.4-1.5,3.4-3.4V5.9c0-1.9-1.5-3.4-3.4-3.4S46.6,4,46.6,5.9v37.8C46.6,45.6,48.1,47.1,50,47.1z"></path><path d="M69.2,13.2c-1.7-0.8-3.7-0.1-4.6,1.6c-0.8,1.7-0.1,3.7,1.6,4.6c12.9,6.2,21.2,19.4,21.2,33.8c0,20.7-16.8,37.5-37.5,37.5 S12.5,73.8,12.5,53.2c0-14.3,8.3-27.6,21.2-33.8c1.7-0.8,2.4-2.9,1.6-4.6c-0.8-1.7-2.9-2.4-4.6-1.6c-15.2,7.3-25.1,23-25.1,39.9 c0,24.5,19.9,44.3,44.3,44.3s44.3-19.9,44.3-44.3C94.3,36.2,84.5,20.6,69.2,13.2z"></path></svg>
</button>
<div class="kmh">
<strong class="val">30</strong>
Km/H
</div>
</body>
<script src="bundle.js"></script>
</html>