-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (63 loc) · 2.18 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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Veikamera timelapse</title>
<link rel="stylesheet" href="simple-grid.css">
<link rel="stylesheet" href="simple-grid.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<h1>Veikamera timelapse videoer</h1>
</div>
<div class="col-6">
<h2>Giæverbukta, Tromsø</h2>
<video width="100%" controls>
<source src="video/giaeverbukta.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-6">
<h2>Tverrforbindelsen, Tromsø</h2>
<video width="100%" controls>
<source src="video/tverrforbindelsen.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-6">
<h2>Kjølhågen, Andøy</h2>
<video width="100%" controls>
<source src="video/kjoelhaagen.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-6">
<h2>Kleivodden, Andøy</h2>
<video width="100%" controls>
<source src="video/kleivodden.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-6">
<h2>Bø i Nordland</h2>
<video width="100%" controls>
<source src="video/bo.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-6">
<h2>Bleik, Andøy</h2>
<video width="100%" controls>
<source src="video/bleik.mp4?t=1494073124" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-12">
<p>Alle bildene er hentet fra <a href="http://www.vegvesen.no/Trafikkinformasjon/Reiseinformasjon/Trafikkmeldinger/Webkamera">Statens Vegvesen sine veikameraer</a>. Bildene hentes ned fra Statens Vegvesen hvert tiende minutt og kombineres til timelapse filmer en gang i døgnet med en framerate på 25 bilder i sekunder. Kun fri programvare brukes.</p>
</div>
</div>
</div>
</body>
</html>