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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Profiel</title>
<link rel="stylesheet" href="style.css">
<div class="header">
<h2>CV</h2>
</div>
<div class="container2">
<div>
<a href="http://585455.klas4s23.mid-ica.nl/index.html">
<h1 style="margin-left: 50px; margin-right: 50px;color: white;">Home</h1>
</a>
</div>
<div>
<a href="http://585455.klas4s23.mid-ica.nl/Profiel.html">
<h1 style="margin-right: 50px;color: white;">Profiel</h1>
</a>
</div>
<div>
<a href="http://585455.klas4s23.mid-ica.nl/Projecten.html">
<h1 style="margin-right: 50px;color: white;">Projecten</h1>
</a>
</div>
</div>
</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>
<p style="color: white; font-size: 50px;">Deze knop download mijn CV op uw PC
<p>
<a href="Foto's/Beste Bedrijf.pdf" download>
<img src="CV/CV.pdf" alt="W3Schools" height="300px">
</a>
</body>
</html>