Files
ben.de-roo.org/index.html
2026-02-21 20:08:19 +01:00

21 lines
428 B
HTML

<!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>