GIService
2 anni fa
commit
60aa83313a
2 ha cambiato i file con 91 aggiunte e 0 eliminazioni
@ -0,0 +1,44 @@ |
|||||||
|
<?php if (session_id() == "")session_start();ob_start(); ?> |
||||||
|
<?php include_once "cfg.php" ?> |
||||||
|
<!-- HEADER --> |
||||||
|
<?php include_once "mc_header.php" ?> |
||||||
|
|
||||||
|
<!-- MENU --> |
||||||
|
|
||||||
|
<style> |
||||||
|
.p2 { |
||||||
|
padding: 4px!important; |
||||||
|
} |
||||||
|
|
||||||
|
.scheda { |
||||||
|
background: #fff; |
||||||
|
-webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
-moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
border: 1px solid #eceff1; |
||||||
|
position: relative; |
||||||
|
/*height: 100%;*/ |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
} |
||||||
|
.scheda-round { |
||||||
|
border-radius: 4px; |
||||||
|
padding: 10px; |
||||||
|
height: 230px; |
||||||
|
} |
||||||
|
</style> |
||||||
|
|
||||||
|
<!-- BODY --> |
||||||
|
<main class="col-12 col-md-9 col-xl-10 py-md-3 px-md-3 bd-content"> |
||||||
|
<div class="d-block d-sm-none" style="height:90px"></div> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-sm-12"> |
||||||
|
<div class="row" style="margin:60px;"> |
||||||
|
<div class="col-sm-12"><p class="text-monospace" style="font-size: 40px"><i class="fal fa-exclamation-circle" style="font-size: 80px;margin-top: 60px;margin-bottom: 20px"></i> <span class="text-sans-serif" style="font-size: 80px">404</span><br>pagina non trovata</p></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</main> |
||||||
|
|
||||||
|
<!-- FOOTER --> |
||||||
|
<?php include_once "mc_footer.php" ?> |
@ -0,0 +1,47 @@ |
|||||||
|
<?php if (session_id() == "")session_start();ob_start(); ?> |
||||||
|
<?php include_once "cfg.php" ?> |
||||||
|
|
||||||
|
<!-- HEADER --> |
||||||
|
<?php include_once "mc_header.php" ?> |
||||||
|
|
||||||
|
<!-- MENU --> |
||||||
|
|
||||||
|
<style> |
||||||
|
.p2 { |
||||||
|
padding: 4px!important; |
||||||
|
} |
||||||
|
|
||||||
|
.scheda { |
||||||
|
background: #fff; |
||||||
|
-webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
-moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1); |
||||||
|
border: 1px solid #eceff1; |
||||||
|
position: relative; |
||||||
|
/*height: 100%;*/ |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
} |
||||||
|
.scheda-round { |
||||||
|
border-radius: 4px; |
||||||
|
padding: 10px; |
||||||
|
height: 230px; |
||||||
|
} |
||||||
|
</style> |
||||||
|
|
||||||
|
<!-- BODY --> |
||||||
|
<main class="col-12 col-md-9 col-xl-10 py-md-3 px-md-3 bd-content"> |
||||||
|
|
||||||
|
<div class="d-block d-sm-none" style="height:90px"> </div> |
||||||
|
|
||||||
|
<div class="row"> |
||||||
|
<div class="col-sm-12"> |
||||||
|
<div class="row" style="margin:60px;"> |
||||||
|
<div class="col-sm-12"><p class="text-monospace" style="font-size: 40px"><i class="fal fa-exclamation-circle" style="font-size: 80px;margin-top: 60px;margin-bottom: 20px"></i> <span class="text-sans-serif" style="font-size: 80px">404</span><br>pagina non trovata</p></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</main> |
||||||
|
|
||||||
|
<!-- FOOTER --> |
||||||
|
<?php include_once "mc_footer.php" ?> |
Caricamento…
Reference in new issue