73 lines
2.7 KiB
HTML
73 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
|
|
<!-- Animazione pulsanti -->
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
|
|
|
<!-- File css -->
|
|
|
|
<link rel="stylesheet" href="/style.css" type="text/css" media="all" />
|
|
|
|
<!-- Per rendere la pagina responsive -->
|
|
|
|
<meta name="viewport" content="width=device-width" >
|
|
|
|
<!-- Icona nella barra del browser / Favicon -->
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/Favicon/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/Favicon/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/Favicon/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/Favicon/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/Favicon/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/Favicon/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/Favicon/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/Favicon/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/Favicon/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/Favicon/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/Favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/Favicon/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/Favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="/Favicon/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
<!-- Titolo nella barra del browser -->
|
|
|
|
<title>1 Elci - Counter</title>
|
|
|
|
<!-- Tasto per tornare alla home -->
|
|
|
|
<a href="/index.html">Home</a>
|
|
|
|
<!-- Vari spazi -->
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<!-- Widget fine scuola -->
|
|
|
|
<div id="contagiorni-309858">
|
|
<small style="float: right"><a id="contagiorni-309858-url" href="https://www.contagiorni.it/contatori/id/309858">Contatore offerto da <em>contagiorni.it</em></a></small>
|
|
</div>
|
|
<script src="https://www.contagiorni.it/widget/contatore/309858/show.js" type="text/javascript"></script>
|
|
|
|
<!-- Pulsante per switchare alla dark mode o light mode -->
|
|
|
|
<div class="container">
|
|
<input class="container_toggle" type="checkbox" id="switch" name="mode">
|
|
<label for="switch">Toggle</label>
|
|
|
|
<!-- Script per far funzionare l'animazione e per far funzionare lo switch light e dark -->
|
|
|
|
<script src="/function.js"></script>
|
|
</body> |