forked from GeenenTijd/CoderDojoJavascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (21 loc) · 767 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
<html lang="nl">
<head>
<meta charset="utf-8">
<title>CoderDojo Belgium - Javascript</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="homepage">
<div class="toolbar">
<h1>Coderdojo</h1>
<span class="backtohome">Javascript</span>
</div>
<div class="centralmenu">
<a href="questions.html?category=variables&question=0"><h2>Variabele</h2></a>
<a href="questions.html?category=ifelse&question=0"><h2>Als dan</h2></a>
<a href="questions.html?category=loops&question=0"><h2>Herhaal</h2></a>
<a href="questions.html?category=functions&question=0"><h2>Functies</h2></a>
</div>
</div>
</body>
</html>