-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 745 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="iichestyles.css" />
<title>IIChE NIT Rourkela Student Chapter </title>
</head>
<body>
<div class="block">
<img class="image" src="https://d2lk14jtvqry1q.cloudfront.net/media/small_National_Institute_of_Technology_Rourkela_cbc972d135_33ec404c12_a173b5a397.png" alt="Loading Image">
<p><b>IIChE<br> NIT Rourkela Student Chapter</b></p>
<input class="button" onclick="login()" type="button" value="login" id="login" >
</div>
<script>
function login() {
window.location.href = "login.html";
}</script>
</body>
</html>