Inizio (brutto ma meglio di nulla)

This commit is contained in:
La Programmatrice Verde 2025-02-18 17:24:01 +01:00
parent dd8f3fa4ef
commit baf5cf1794
3 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html" charset="utf-8"> <meta http-equiv="content-type" content="text/html" charset="utf-8">
<title>Titolo</title> <title>Le Crociate</title>
<link id="favicon" rel="icon" href="/img/favicons/network.ico">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script src="script.js"></script> <script src="script.js"></script>
</head> </head>

BIN
sfondo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,6 @@
html{
margin-left: 10%;
margin-right: 10%;
background-image: url(sfondo.jpg);
background-repeat: no-repeat;
}