forked from IBA4/BNKS-tech-quiz-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
start_quiz.php
executable file
·56 lines (48 loc) · 1.53 KB
/
start_quiz.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
46
47
48
49
50
51
52
53
54
55
56
<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>
<!--
ques-cl : question class
ans-cl : answer class
more
-->
<!-- <div>
<h1></h1>Please wait for all the clients to connect</h1>
<a href="php/client.php">
<button type="button" class="go-button btn btn-primary">
Start the quiz
</button>
</a>
</div> -->
<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>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="carry-on hand-cursor">
Walk with me in hell
</div>
</div>
</div>
</div>
</body>
</html>