2022-04-01 16:54:10 +02:00
|
|
|
<!DOCTYPE html>
|
2022-04-02 22:10:42 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
2022-04-12 18:54:33 +02:00
|
|
|
|
|
|
|
<!-- Animazione pulsanti -->
|
|
|
|
|
2022-04-02 22:10:42 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
2022-04-12 18:58:27 +02:00
|
|
|
|
2022-04-12 18:54:33 +02:00
|
|
|
<!-- File css -->
|
|
|
|
|
2022-04-13 19:11:58 +02:00
|
|
|
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
|
2022-04-12 18:54:33 +02:00
|
|
|
|
|
|
|
<!-- Per rendere la pagina responsive -->
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width" >
|
|
|
|
|
|
|
|
<!-- Icona nella barra del browser / Favicon -->
|
|
|
|
|
2022-04-12 15:46:18 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
|
2022-04-13 19:11:58 +02:00
|
|
|
<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">
|
2022-04-13 19:28:28 +02:00
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
2022-04-13 19:11:58 +02:00
|
|
|
<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">
|
2022-04-12 15:46:18 +02:00
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2022-04-02 22:10:42 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-04-12 18:54:33 +02:00
|
|
|
<header>
|
|
|
|
|
|
|
|
<!-- Titolo nella barra del browser -->
|
|
|
|
|
|
|
|
<title>1 Elci - Homepage</title>
|
|
|
|
|
|
|
|
<!-- Titolo centrale del sito -->
|
|
|
|
|
2022-04-17 02:22:34 +02:00
|
|
|
<div style="font-family:verdana";align='center'><h1>1 Elettrici | Engim Veneto SFP Turazza</h1></div>
|
2022-04-12 18:54:33 +02:00
|
|
|
<div align='center' style='padding:4px;'>
|
|
|
|
|
|
|
|
<!-- Immagine orario classe -->
|
|
|
|
|
2022-04-13 19:11:58 +02:00
|
|
|
<link rel="icon" href="orario.png">
|
2022-04-15 02:15:53 +02:00
|
|
|
|
2022-04-12 18:54:33 +02:00
|
|
|
<span style="border:2px; padding:4px; width:150px"><a href='https://1elci.it/orario/orario.html'>ORARIO</a></span>
|
|
|
|
<span style="padding:4px; width:150px"><a href='https://1elci.it/calendario/calendario.html'>CALENDARIO</a></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Numerosi spazi -->
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<!-- 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 -->
|
|
|
|
|
2022-04-13 19:11:58 +02:00
|
|
|
<script src="function.js"></script>
|
2022-04-15 02:15:53 +02:00
|
|
|
</body>
|