Clean code - calendario.html
This commit is contained in:
parent
47ff673014
commit
fd68af38d8
|
@ -1,8 +1,20 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<!-- Per rendere la pagina responsive -->
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
|
<!-- Animazione pulsanti -->
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
||||||
|
|
||||||
|
<!-- File css -->
|
||||||
|
|
||||||
<link rel="stylesheet" href="https:/1elci.it/style.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="https:/1elci.it/style.css" type="text/css" media="all" />
|
||||||
|
|
||||||
|
<!-- Icona nella barra del browser / Favicon -->
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://1elci.it/Favicon/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://1elci.it/Favicon/apple-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="https://1elci.it/Favicon/apple-icon-60x60.png">
|
<link rel="apple-touch-icon" sizes="60x60" href="https://1elci.it/Favicon/apple-icon-60x60.png">
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="https://1elci.it/Favicon/apple-icon-72x72.png">
|
<link rel="apple-touch-icon" sizes="72x72" href="https://1elci.it/Favicon/apple-icon-72x72.png">
|
||||||
|
@ -20,20 +32,37 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<body>
|
<body>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<title>1 Elci - Calendario</title>
|
|
||||||
<link rel="stylesheet" href="https://1elci.it/flaticon.css" type="text/css" media="all" />
|
<!-- Titolo nella barra del browser -->
|
||||||
|
|
||||||
|
<title>1 Elci - Calendario</title>
|
||||||
|
|
||||||
|
<!-- Pulsante per tornare alla home -->
|
||||||
|
|
||||||
<center><a href="https://1elci.it">Home</a></center>
|
<center><a href="https://1elci.it">Home</a></center>
|
||||||
|
|
||||||
|
<!-- Vari spazi-->
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<!-- Calendario Google -->
|
||||||
|
|
||||||
<center><iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23ffffff&ctz=Europe%2FRome&showTitle=0&showNav=1&showDate=1&showPrint=0&showTabs=0&showCalendars=1&showTz=0&src=NnZ2ZWljN2ZuaGRkdjNyY2JnNTIycTJzc3NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23F09300" style="border-width:0" width="1000" height="600" frameborder="0" scrolling="no"></iframe></center>
|
<center><iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23ffffff&ctz=Europe%2FRome&showTitle=0&showNav=1&showDate=1&showPrint=0&showTabs=0&showCalendars=1&showTz=0&src=NnZ2ZWljN2ZuaGRkdjNyY2JnNTIycTJzc3NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23F09300" style="border-width:0" width="1000" height="600" frameborder="0" scrolling="no"></iframe></center>
|
||||||
<div class="container">
|
|
||||||
<input class="container_toggle" type="checkbox" id="switch" name="mode">
|
<!-- Pulsante per switchare alla dark mode o light mode -->
|
||||||
<label for="switch">Toggle</label>
|
|
||||||
</div>
|
<div class="container">
|
||||||
<script src="https://1elci.it/function.js"></script>
|
<input class="container_toggle" type="checkbox" id="switch" name="mode">
|
||||||
|
<label for="switch">Toggle</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Script per far funzionare l'animazione e per far funzionare lo switch light e dark -->
|
||||||
|
|
||||||
|
<script src="https://1elci.it/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<!-- Animazione pulsanti -->
|
<!-- Animazione pulsanti -->
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
||||||
|
|
||||||
<!-- File css -->
|
<!-- File css -->
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://1elci.it/style.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="https://1elci.it/style.css" type="text/css" media="all" />
|
||||||
|
@ -76,5 +77,5 @@
|
||||||
|
|
||||||
<!-- Script per far funzionare l'animazione e per far funzionare lo switch light e dark -->
|
<!-- Script per far funzionare l'animazione e per far funzionare lo switch light e dark -->
|
||||||
|
|
||||||
<script src="/function.js"></script>
|
<script src="https://1elci.it/function.js"></script>
|
||||||
</body>
|
</body>
|
Loading…
Reference in New Issue