-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinst.html
32 lines (22 loc) · 910 Bytes
/
inst.html
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
<html>
<head>
<title>
</title>
<link rel="stylesheet" type="text/css" href="inst.css">
<body>
<dev class="wrap">
<div class="sidebar">
<h1>instructions</h1>
<ul>
<div class="x">
<li><a href=""></a>Each ques is mandate</li>
<li><a href=""></a>Test will be automatically submitted once the test is over </li>
<li><a href=""></a>+4 is given for each correct answer</li>
<li><a href=""></a>-1 is deducted for each wrong answer</li>
<li><a href=""></a>If found cheating strict action will be taken</li>
</ul>
</div>
</dev>
</body>
</head>
</html>