mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-03-06 21:36:22 +01:00
add challenge 13
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lorenzo von Matterhorn - Portofolio</title>
|
||||
<link rel="stylesheet" href="kerntaken.css" >
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<button class="dark-toggle" onclick="toggleDarkMode()"></button>
|
||||
<header>
|
||||
<h1><a href=".">Lorenzo von Matterhorn</a></h1>
|
||||
<p>Student Software Developer op het Vista College</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="about.php">Over Mij</a></li>
|
||||
<li><a href="projet.php">Projecten</a></li>
|
||||
<li><a href="kerntaken.php">Kerntaken</a></li>
|
||||
<li><a href="contact.php">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="mountains"></div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h1>B1-K2-W1</h1>
|
||||
<p>VUL MET DATABASE</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
© <?php echo date("Y"); ?> Swarley
|
||||
</footer>
|
||||
<script src="../script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user