Versie module 1 van 26-7
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>404</title>
|
||||
|
||||
<link
|
||||
href="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/css/tabler.min.css"
|
||||
rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container py-5">
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
<p>Pagina niet gevonden.</p>
|
||||
|
||||
<a
|
||||
href="/"
|
||||
class="btn btn-primary">
|
||||
|
||||
Terug
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user