-
Notifications
You must be signed in to change notification settings - Fork 2
/
web-dev-v4.html
35 lines (32 loc) · 1.25 KB
/
web-dev-v4.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
<!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>Wed Development | 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>Web Development Workshop</h1>
<p>17<sup>th</sup> - 18<sup>th</sup> September, 2019</p>
<table class="table">
<tr>
<td>Session's pdf</td>
<td><a href="files/web-dev-workshop/html_css_basics.pdf"> Download </a></td>
</tr>
<tr>
<td>Go Sikkim Complete</td>
<td><a href="files/web-dev-workshop/GoSikkimFinal.zip"> Download </a></td>
</tr>
</table>
</main>
</body>
</html>