| Server IP : 89.46.109.6 / Your IP : 216.73.217.116 Web Server : Apache System : Linux hlpi1ws-c284s07.ad.aruba.it 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : ID19067310 ( 19067310) PHP Version : 5.3.29 Disable Function : system,popen,dl,passthru,proc_open,shell_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /web/htdocs/www.edizacco.it/home/ |
Upload File : |
<?php
@session_start();
require_once('include/connect_db.php');
$meta_title = TITLE;
$meta_keywords = KEYWORDS;
$meta_description = DESCRIPTION;
$meta_linksito = SERVER;
$meta_logo = LOGOSITO;
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><?php echo"$meta_title"; ?></title>
<meta name="Keywords" content="<?php echo"$meta_keywords"; ?>" />
<meta name="Description" content="<?php echo"$meta_description"; ?>" />
<meta name="author" content="Informatica Netizen"/>
<meta name="subject" content="<?php echo"$meta_title"; ?>" />
<meta name="Copyright" content="<?php echo"$meta_title"; ?>" />
<meta name="Revisit-After" content="15" />
<meta name="distribution" content="Global" />
<meta name="robots" content="index, follow" />
<meta name="robots" content="noodp" />
<meta property="og:title" content="<?php echo"$meta_title"; ?>"/>
<meta property="og:url" content="<?php echo"$meta_linksito"; ?>"/>
<meta property="og:image" content="<?php echo"$meta_logo"; ?>"/>
<meta property="og:site_name" content="<?php echo"$meta_title"; ?>"/>
<meta property="og:description" content="<?php echo"$meta_description"; ?>"/>
<link rel="shortcut icon" href="<?php echo"$meta_linksito"; ?>/favicon.ico" />
<style>
body, html { height: 100%;width: 100%; margin: 0; background-color: #ab0104; }
.bg { background-image: url("images/buone_feste.jpg"); width: 100%; height: 100%; background-position: top; background-repeat: no-repeat; float: left; margin: 0px; padding: 0px; background-size: cover; position: relative; }
.bg .link { width: 100%; left: 0px; bottom: 0px; text-align: center; position: absolute; }
.bg .link a { font-size: 24px; font-weight: 500; color: #ff0000; text-decoration: none; background-color: #FFFFFF; padding: 5px 10px; border-radius: 10px; }
.bg .link a:hover { color: #000000; }
/* SCREEN RESPONSIVE INIZIO **************************************************/
@media only screen and (min-width: 320px) and (max-width: 480px) { /*Mobile portrait (320x480)*/
.bg { width: 100%; height: 55%; background-position: top; background-position:top left; background-size: contain; position: relative; }
}
@media only screen and (min-width: 481px) and (max-width: 768px) { /* Mobile landscape (480x320) - Small tablet portrait (600x800)*/
.bg { width: 100%; height: 95%; background-position: top; background-position:top; background-size: contain; position: relative; }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) { /*Small tablet landscape (800x600) Tablet portrait (768x1024) */
.bg { width: 100%; height: 85%; background-position: top; background-position:top; background-size: contain; position: relative; }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) { /*Tablet landscape (1024x768)*/
.bg { width: 100%; height: 90%; background-position: top; background-position:top; background-size: contain; position: relative; }
}
@media only screen and (min-width: 1280px) { /* */
.inner { width: 1100px; }
}
</style>
</head>
<body>
<div class="bg"><p class="link"><a href="home.php" class="entra">ENTRA</a></p></div>
</body>
</html>