-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal_startpagina.html
34 lines (33 loc) · 1.04 KB
/
global_startpagina.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
33
34
<!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>SlimFit Quiz</title>
<link rel="stylesheet" href="css/screen copy.css" />
</head>
<body>
<div class="logodiv">
<img class="logo" src="img/howest-hogeschool-logo.png" alt="" />
<img class="logo2" src="img/nmct-white.png" alt="" />
<img class="logo3" src="img/logo sport en bewegen.png" alt="" />
<img class="logo4" src="img/Sportinnovatiecampus_Logo (003).png" alt="" />
</div>
<div class="centerScreen">
<div class="grote_titel StartTitle">SlimFit Quiz</div>
<div class="centerButton">
<a href="speler_chooseName.html">
<button class="button">
Start
</button>
</a>
</div>
</div>
<div class="centerBtn2">
<a href="quizmaster_aantal_vragen.html" class="btn2">
Ik ben quizmaster
</a>
</div>
</body>
</html>