54 lines
1.0 KiB
HTML
54 lines
1.0 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="apple-touch-icon" sizes="57x57" href="logo.png">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
<!-- Titolo nella barra del browser -->
|
|
|
|
<title>2 Elci - Homepage</title>
|
|
|
|
<!-- Titolo centrale del sito -->
|
|
|
|
<center>
|
|
<div align=center><h1>2 Elettrici | Engim Veneto SFP Turazza</h1></div>
|
|
<div align='center' style='padding:4px;'></div>
|
|
</center>
|
|
|
|
<!-- Immagine orario classe -->
|
|
|
|
<span style="border:2px; padding:4px; width:150px"><a href='/pages/orario'>ORARIO</a></span>
|
|
<span style="padding:4px; width:150px"><a href='/pages/calendario'>CALENDARIO</a></span>
|
|
|
|
</div>
|
|
|
|
<!-- Numerosi spazi -->
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</body>
|