mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 11:42:03 +00:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ER-TPL</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
|
|
<link rel="shortcut icon" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Immagini%20sito/atcma.png" type="image/x-icon">
|
|
<style>
|
|
@media (max-width: 768px){
|
|
.copertina{
|
|
width: 90%;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
|
<li><a href="/ravenna_menu/articoli.html"><h1 style="font-size: 100%;font-weight: 500;">Articoli Ravenna</h1></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<script src="/scripts/ertpl.js"></script>
|
|
</body>
|
|
</html> |