update index
This commit is contained in:
parent
faea7925da
commit
0987a55faf
1 changed files with 24 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue