Initial commit

This commit is contained in:
La Programmatrice Verde 2025-02-18 16:29:46 +01:00
commit dd8f3fa4ef
3 changed files with 12 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html" charset="utf-8">
<title>Titolo</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
</body>
</html>

0
script.js Normal file
View File

0
style.css Normal file
View File