-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainUserMenu.html
More file actions
38 lines (30 loc) · 781 Bytes
/
MainUserMenu.html
File metadata and controls
38 lines (30 loc) · 781 Bytes
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
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bruger menu</title>
<link rel="stylesheet" href="../css/main.css">
</head>
<body>
<div class="container">
<header>
<h3> Velkommen til Quiz siden</h3>
<ul>
<li><a id="visMinSide"> </a></li>
<li><a id="FagBtn"> Fag</a></li>
<li><a id="login.html" id="logoutBtn"> Log ud</a></li>
</ul>
<div>
<div class="userinf" id="userInfo"></div>
<fboy class="userinf"= id="fagBody>></fboy>
</div>
</div>
</header>
<script src="../js/jQury/jquery-3.2.1.js"></script>
<script src="../js/jQury/bootstrap.js"></script>
<script src="../js/sdk.js"></script>
<script src="../js/logout.js"></script>
<script src="../js/courses.js"></script>
<script src="../js/userInfo.js"></script>
</body>
</html>