-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (44 loc) · 1.39 KB
/
index.html
File metadata and controls
58 lines (44 loc) · 1.39 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="lib/css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DØK EksamensQuiz </title>
</head>
<body>
<nav class="navbar navbar-default">
<div class=" container-fluid">
<div class="navbar-header" >
<h1 class=color = class="navbar-brand">DØK EksamensQuiz</h1>
</div>
</div>
</nav>
<div class="container">
<div class="page-header"><h1></div>
<div class="jumbotron">
<div class = "form-group">
<label class="control-label" for="username">Brugernavn </label>
<input type="text" class="form-control" id="username" placeHolder="Username">
</div>
<div class="form-group">
<label class="control-label" for="password"> Password</label>
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<button class="btn btn-default" id=""logInBtn"> Log ind </button>
<button class="btn btn-default" id="signUpbtn"> Opret bruger </button>
</div>
</div>
</body>
<footer class="footer">
<div class="container">
<p class="text-muted">2017 © All rights reserved - Doek.Quiz</p>
</div>
</footer>
<script src="lib/js/jquery-3.2.1.js"></script>
<script src="lib/js/bootstrap.js"></script>
<script src="js/sdk.js"></script>
<script>
SDK.User.loadNav();
</script>
</html>