-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIT.html
19 lines (18 loc) · 890 Bytes
/
IT.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='CG.html'"><b><i>CG</b></i></button>
<button id=p type="button"onclick="document.location='index.html'"><b><i>OOAD</b></i></button>
<button id=p type="button"onclick="document.location='index.html'"><b><i>JAVA</b></i></button>
<button id=p type="button"onclick="document.location='index.html'"><b><i>E-COMMERRCE</b></i></button>
<button id=p type="button"onclick="document.location='index.html'"><b><i>PPL</b></i></button>
<button id=p type="button"onclick="document.location='index.html'"><b><i>CO</b></i></button>
</body>
</html>