basis van website gebouwd
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user