Caricamento index.html

This commit is contained in:
2025-10-23 11:22:08 +02:00
parent 6fc721e2e9
commit 9489574e34

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Esercitazione</title>
</head>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
</style>
<body>
<h1>Esercitazione Git</h1>
<p>Creazione di una repository remota, sincronizzazione locale e caricamento della nuova pagina <code>index.html</code></p>
</body>
</html>