forked from Fecsio/WeBotanic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfermaPrenotazione.html
42 lines (42 loc) · 2.13 KB
/
confermaPrenotazione.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it" >
<head>
<title>Conferma Prenotazione - WeBotanic - Orto Botanico di Belluno</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="pagina di conferma di prenotazione dell'orto botanico WeBotanic di Belluno"/>
<meta name="keywords" content=""/>
<meta name="author" content="WeBotanics"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="robots" content="noindex"/>
<link rel="shortcut icon" href="images/logo.png"/>
<link type="text/css" rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/main_mid.css" media="handheld, screen and (max-width:1024px), only screen and (max-device-width:1024px)" />
<link rel="stylesheet" type="text/css" href="css/main_small.css" media="handheld, screen and (max-width: 767px), only screen and (max-device-width:767px)"/>
<link rel="stylesheet" type="text/css" href="css/main_stampa.css" media="print" />
<script type="text/javascript" src="prenotazione.js"></script>
</head>
<body>
<div id="header">
<img id="logo" src="images/logo.png" alt="Logo WeBotanic di Belluno"/>
<h1>Webotanic</h1>
</div>
<div id="nav">
<ul>
<li><a href="index.php"><span xml:lang="en">Home</span></a></li>
<li><a href="storia.html">Storia</a></li>
<li><a href="piante.php">Piante</a></li>
<li><a href="prenotazioni.php">Prenotazioni</a></li>
<li><a href="informazioni.html">Informazioni</a></li>
</ul>
</div>
<div id="breadcrumb">
<p>Ti trovi in: Conferma Prenotazione</p>
</div>
<div id="content">
<p>Prenotazione avvenuta con successo.</p>
<p id="tornahome"><a href="index.php" tabindex="1">Torna alla home</a></p>
<p id="indietro"><a href="prenotazioni.php" tabindex="2">Torna alla pagina delle prenotazioni</a></p>
</div>
</body>
</html>