-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.html
37 lines (25 loc) · 995 Bytes
/
demo.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
<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">
<title>IW2 Demo</title>
</head>
<body>
<h1> Demo tutorial GeoQR e HTML</h1>
<h2> by CoderDojoTrento </h1>
<h2>Utente</h2>
<ul>
<li><a href="index.html" target="_blank">Indice</a> </li>
<li><a href="1-domanda.html" target="_blank">Domanda 1</a> </li>
<li><a href="2-domanda.html" target="_blank">Domanda 2</a> </li>
</ul>
<h2>Amministrazione</h2>
<ul>
<li><a href="admin/reset.html" target="_blank">Reset punteggio</a> </li>
<li><a href="admin/genera-codici-qr.html" target="_blank">Generatore codici QR</a> </li>
</ul>
<div id="footer"></div>
</body>
</html>