-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path1-risposta.html
More file actions
30 lines (23 loc) · 926 Bytes
/
1-risposta.html
File metadata and controls
30 lines (23 loc) · 926 Bytes
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
<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 / 1</h1>
<img src="1-strada-romana.jpg">
<h4 id="messaggio">Congratulazioni! </h4>
<h4 id="stato"></h4>
<p>
La strada rappresentava probabilmente uno spezzone del collegamento viario tra la
Tridentum romana con la Valle dei Laghi.
</p>
<div id="footer"></div>
</body>
</html>