-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCG.html
19 lines (18 loc) · 910 Bytes
/
CG.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SECOND YEAR NOTES</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Second year notes">
<link rel="stylesheet" type="text/css" href="Styles/home.css">
</head>
<body>
<button id=p type="button"onclick="document.location='IT/CG/1.docx'"><b><i>UNIT-1</b></i></button>
<button id=p type="button"onclick="document.location='IT/CG/2.pdf'"><b><i>UNIT-2</b></i></button>
<button id=p type="button"onclick="document.location='IT/CG/3.pdf'"><b><i>UNIT-3</b></i></button>
<button id=p type="button"onclick="document.location='IT/CG/4.pdf'"><b><i>UNIT-4</b></i></button>
<button id=p type="button"onclick="document.location='IT/CG/5.pdf'"><b><i>UNIT-5</b></i></button>
<button id=p type="button"onclick="document.location='IT/CG/6.pdf'"><b><i>UNIT-6</b></i></button>
</body>
</html>