basis van website gebouwd

This commit is contained in:
sam
2023-09-08 11:27:26 +02:00
parent f8fc869665
commit bb11d59205
4 changed files with 76 additions and 2 deletions

View File

@@ -3,9 +3,22 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css.css">
<title>Weerstation</title>
</head>
<nav>
<div class="menubalk">
<a class="active" href="index.html">Home</a>
<a href="statestiek.html">Station statestieken</a>
</div>
</nav>
<body>
<p>test</p>
<div>
<h1>Dit is een weerstation website.</h1>
<p>Deze website weergeeft statestieke informatie van een weerstation</p>
</div>
</body>
</html>