-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (42 loc) · 1.49 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
<html>
<head>
<meta charset="utf-8">
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="lib/fingerprint2.min.js" defer> </script>
<script type="text/javascript" src="admin/js/configurazione.js" defer> </script>
<script type="text/javascript" src="js/codice.js" defer> </script>
<title>La strada romana</title>
</head>
<body>
<h1> La strada romana</h1>
<h2>Into the Wild 2</h2>
<p>
Benvenuto nel sito della strada romana !
</p>
<h2>Iniziamo !</h2>
<p>
Comincia camminando fino a questo punto: <br>
<br>
<div id="mappa" data-lat="46.06590156942789" data-lon="11.095413565635681"></div>
<br/>
<img src="0-strada-romana.jpg">
</p>
<h2>I codici QR</h2>
<p>
Quando trovi nel paesaggio un codice QR come questo, fagli una foto con lo smartphone e vai al sito web che ti verrà indicato.
<br/>
<br/>
<div class="al-centro">
<img style="max-width:60%;" src="img/codici-qr/1-codice-qr.png">
</div>
<br/>
</p>
<h2>Le domande</h2>
<p>
Nel sito ti verrà rivolta una domanda. Se rispondi correttamente, riceverai dei punti.
</p>
<div id="footer"></div>
</body>
</html>