-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.php
28 lines (28 loc) · 853 Bytes
/
settings.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="CSS/question.css">
<link rel="icon" href="Images/Rijkslogo.png">
<title>Settings</title>
</head>
<body>
<header>
<a href="index.html"><<Back</a>
<section id="header-img">
<img src="Images/Rijkslogo.png" alt="Rijkslogo" id="RO-logo">
</section>
</header>
<main>
<section>
<section id="change-questions">
<h1>Vragen Settings</h1>
<!--php here-->
</section>
</section>
<img src="Images/ALA-VA - 2.png" alt="Virtual Assistant" id="VAQ">
</main>
</body>
</html>