-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcquiz.html
53 lines (51 loc) · 1.39 KB
/
cquiz.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="Official coding club of Sikkim Manipal Institute of Technology"
/>
<meta name="author" content="" />
<meta name="theme-color" content="#000000" />
<link rel="icon" href="img/favicon.ico" />
<title>Classroom Session Files | D'CoderS</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<!-- Begin page content -->
<main role="main" class="container">
<a href="/"
><img
src="https://dcoders-moz.github.io/img/logo.png"
height="100"
style="margin-top: 20px; margin-bottom: 20px;"
/></a>
<h1>C Quiz</h1>
<p>20<sup>th</sup> September, 2019</p>
<table class="table">
<tr>
<td>Questions Level 1</td>
<td>
<a href="files/C quiz/Quiz_Level_1.txt" download="Quiz_Level_1">
Download
</a>
</td>
</tr>
<tr>
<td>Questions Level 2</td>
<td>
<a href="files/C quiz/Quiz_Level_2.txt" download="Quiz_Level_2">
Download
</a>
</td>
</tr>
</table>
</main>
</body>
</html>