update index

This commit is contained in:
odoacre 2023-01-12 04:18:01 +01:00
parent faea7925da
commit 0987a55faf

View file

@ -1,11 +1,25 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
<html>
<head>
<title>Cassetta degli attrezzi</title>
<style>
@page {
size: A5;
margin: 0;
}
.content {
width: 100%;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
color: #000;
line-height: 1.5;
}
</style>
</head>
<body>
<div class="content">
<img src="https://zerbino.esiliati.org/logo">
<h1>Cassetta degli attrezzi</h1>
</div>
</body>
</html>