-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheadsecliv.php
28 lines (22 loc) · 1023 Bytes
/
headsecliv.php
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
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link href="../css/bootstrap.css" rel="stylesheet">
<link href="../css/stylevenezianidoc.css" rel="stylesheet">
<link href="../css/carousel.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Titolo, descrizione, autore -->
<meta name="description" content="Esplora Venezia e tutto il Veneto con le migliori offerte nel web!">
<meta name="author" content="VenezianiDoc">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<script src="../js/respond.min.js"></script>
<![endif]-->
<script src="../js/jquery-1.10.2.js"></script>
<?php session_start();
error_reporting(0); ?>