forked from IBA4/BNKS-tech-quiz-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop_admin.php
executable file
·45 lines (36 loc) · 1.22 KB
/
top_admin.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<!--styles-->
<link rel="stylesheet" href="theme.css">
<link rel="stylesheet" href="assets/Bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/animate.css">
<!--scripts-->
<script src="assets/jquery/jquery.min.js"></script>
<script src="js/engine.js"></script>
<script src="assets/Bootstrap/js/bootstrap.min.js"></script>
<script src="js/top_admin.js"></script>
<!--end-->
<title>MCQ for BNKS</title>
</head>
<body>
<div class="container">
<div class="row">
<div id="redirector" class="like-main-card col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="connected-checker-card">
Waiting for user to connect...
</div>
</div>
</div>
</div>
<!-- button to start thequiz when ready -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="carry-on hand-cursor">
Start Quiz
</div>
</div>
</div>
</div>
</body>
</html>