mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
30 lines
678 B
HTML
30 lines
678 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>Assesment 2</h1>
|
|
<p>Van Johnny Kindermann</p>
|
|
</div>
|
|
<a href="index.html">
|
|
<button>Bestellen</button>
|
|
</a>
|
|
</div>
|
|
|
|
<footer>
|
|
<center>
|
|
<p>© 2025 Vista </p>
|
|
</center>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |