Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projecten</title>
<link rel="stylesheet" href="style.css">
</head>
<style>
.header {
border-style: solid;
border-width: 20px;
color: rgb(255, 255, 255);
text-align: center;
background-color: black;
border-radius: 10px;
}
</style>
<body>
<h2 class="header">Projecten</h2>
<div class="container2">
<div>
<a href="http://585455.klas4s23.mid-ica.nl/index.html">
<h1 style="color: white; margin-right: 50px;">Home</h1>
</a>
</div>
<div>
<a href="http://585455.klas4s23.mid-ica.nl/Profiel.html">
<h1 style="color: white; margin-right: 50px;">Profiel</h1>
</a>
</div>
<div>
<a href="http://585455.klas4s23.mid-ica.nl/CV.html">
<h1 style="color: white; margin-right: 50px;">Mijn CV</h1>
</a>
</div>
</div>
</div>
<div style="color: white;">
<h2 style="color: white; margin-left: 50px;">Technowire</h2>
<a href="http://585455.klas4s23.mid-ica.nl/Technowire/index.html" style="color: white;margin-left: 50px;">Click hier</a>
<h2 style="color: white;margin-left: 50px;">Project 2</h2>
<p style="color: white;margin-left: 50px;">link</p>
<h2 style="color: white;margin-left: 50px;">Project 3</h2>
<p style="color: white;margin-left: 50px;">link</p>
</div>
</body>
</html>