-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
21 lines (18 loc) · 916 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</!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.html'"><b><i>IT</b></i></button>
<button id=q type="button" onclick="alert('sorry Uploaded soon')"><B><i>CSE</i></B></button>
<button id=r type="button" onclick="alert('sorry Uploaded soon')"><B><i>EEE</i></B></button>
<button id=s type="button" onclick="alert('sorry Uploaded soon')"><B><i>ECE</i></B></button>
<button id=t type="button" onclick="alert('sorry Uploaded soon')"><B><i>MECH</i></B></button>
<button id=u type="button" onclick="alert('sorry Uploaded soon')"><B><i>CIVIL</i></B></button>
</body>
</html>