mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
iets
This commit is contained in:
28
website/welcome.html
Normal file
28
website/welcome.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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>
|
||||
<p>© 2025 Vista </p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user