Update index.html

This commit is contained in:
2026-02-21 20:08:19 +01:00
parent 2f64a8c90d
commit f04e0fbe11

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Ciao Mondo</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f0f0f0;
font-family: Arial, sans-serif;
font-size: 3rem;
}
</style>
</head>
<body>
Ciao Mondo
</body>
</html>