-
Notifications
You must be signed in to change notification settings - Fork 2
/
classroom-session.html
executable file
·38 lines (35 loc) · 1.3 KB
/
classroom-session.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
<!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>Classroom Session - 1 files</h1>
<p>23rd - 24th October, 2018</p>
<table class="table">
<tr>
<td>Session's PPT</td>
<td><a href="files/classroom-session/Classroom%20Session%20-%201.pdf"> Download </a></td>
</tr>
<tr>
<td>
Linked list code in C language
<br>
</td>
<td><a href="files/classroom-session/linked_list.c"> Download </a></td>
</tr>
</table>
</main>
</body>
</html>