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>
|
<!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>
|
||||||
|
|
Loading…
Reference in a new issue