-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathx-domanda.html
32 lines (21 loc) · 923 Bytes
/
x-domanda.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
<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>
<script type="text/javascript" src="js/domanda.js" defer> </script>
<title>La strada romana</title>
</head>
<body>
<h1>La strada romana / X</h1>
<form action="#" method="post" id="formRisposte">
<div id="mappa" data-lat="46.06590156942789" data-lon="11.095413565635681"></div>
<p id="messaggio"></p>
</form>
<div id="footer"></div>
</body>
</html>