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> <!DOCTYPE html>
<html lang="it"> <html>
<head> <head>
<meta charset="UTF-8"> <title>Cassetta degli attrezzi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <style>
<title>Document</title> @page {
</head> size: A5;
<body> margin: 0;
}
</body> .content {
</html> 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>