-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsem3.html
63 lines (58 loc) · 2.5 KB
/
sem3.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
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<meta name="description" content="Chem IITM is the hub for all study material for students of Chemical Engineering at IIT Madras">
<meta name="keywords" content="IIT, IITM, chem, Chem, CHEM, Chemical, Engineering, Madras, chemical, books, past, year, papers">
<meta name="author" content="Raj Jain">
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>-->
<title>Chem IITM | Sem3</title>
<link rel="stylesheet" href="./css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Chem</span> IITM</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="downloads.html">Downloads</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
</div>
</header>
<section>
<table>
<tr>
<td>Index</td>
<td>Course</td>
<td>Item</td>
<td>Size</td>
</tr>
<tr>
<td>1</td>
<td>CH2012</td>
<td><a href="https://drive.google.com/uc?authuser=0&id=15-Of5djcuqWyAtgRKAvKS2KN8Ct5akmh&export=download" target="_blank">W. D. Means (auth.) - Stress and Strain_ Basic Con...or Geologists (1976, Springer-Verlag New York).pdf</a></td>
<td>6 MB</td>
</tr>
<tr>
<td>2</td>
<td>MA2031</td>
<td><a href="https://doc-08-2c-docs.googleusercontent.com/docs/securesc/eds69gsg7er33bpgipm6lagaknlo1vk3/vojgndn2m0beoesmg3qc8l9lbp1num52/1543838400000/11370535252373794478/11370535252373794478/1BI_lOHwJij0m-IHoLeieGkhqW-JYW5Na?e=download" target="_blank">Class notes.pdf</a></td>
<td>0.77 MB</td>
</tr>
</table>
</section>
<footer>
<p>Chem IITM Copyright© 2018</p>
</footer>
</body>
</html>