Files
Schoolkantine/website/welcome.html
cowboykipnugget ed65e41932 k
2025-02-13 13:25:06 +01:00

28 lines
614 B
HTML

<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>De Welkompagina van de Mees</title>
<link rel="stylesheet" href="welcome.css">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="welcome">
<div class="circle-wrapper">
<h1>Mees</h1>
<p>Naar menu</p>
</div>
<a href="menu.html">
<button>Menu</button>
</a>
</div>
<footer>
<p>&copy; 2025 Vista </p>
</footer>
</body>
</html>