-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (26 loc) · 945 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html> <!--dit is de homepage van mijn site-->
<html> <!--dit is het html-element-->
<head>
<title>Het eerste begin</title>
<link rel="stylesheet" type="text/css" href="layout.css">
<meta charset="utf-8">
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Informatie</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="binairstelsel.html">Binair Stelsel</a></li>
<li><a href="kleurmodellen.html">Kleurmodellen</a></li>
<li><a href="compressietechnieken.html">Compressietechnieken</a></li>
<li><a href="werkingcomputer">Werking Computer</a></li>
</ul>
<h1>WELKOM OP DEZE WEBSITE</h1>
<img src="profile 19;6.jpg" alt="youtube profilephoto">
</body>
</html>
<h2>© 2024 Alle rechten voorbehouden.</h2>
</footer>
</body>
</html>