-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogout.html
52 lines (45 loc) · 1.78 KB
/
logout.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
<html>
<head>
<title>Student Login</title>
<link rel="stylesheet" type="text/css" href="logout.css">
</head>
<body>
<div class="header">
<div class="lheader">
<img src ="vit.png" width="200" height="86">
</div>
<div class="rheader">
<ul>
<li style="line-height: 40px;"><b>Vellore Institute of Technology</b></li>
<li><font size="-0.5">Login</font></li>
<li><font size="-0.5">Features</font></li>
<li><font size="-0.5">Contact</font></li>
</ul>
</div>
</div>
<br><br><br>
<div style="color:rgb(0,123,255); font-family: Segoe UI;font-size: 40px; font-weight: 500;">
<center> Log into the Portal</center>
</div>
<br><br><br><br>
<div style="color:rgb(255,0,0);font-family: Segoue UI;font-size: 28px;font-weight: 500;">
<center>You have logged out!</center>
</div>
<br>
<div class="rectangle" >
</div>
<div style="font-size: 17px;color:rgb(119,107,117);font-family: Segoe UI; padding-left: 540px;padding-top: 60px;">
Login ID:
</div>
<div class="srectangle" >
</div>
<div style="font-size: 17px;color:rgb(119,107,117);font-family: Segoe UI; padding-left: 540px;padding-top: 72px;">
Password:
</div>
<div class="srectangle" >
</div>
<br><br><br><br><br>
<a href="index.html" class="buttonone" style="line-height: 32px;text-decoration:none;color:#FFFF; margin-left: 680px;">Login</a>
<div class="footer">
<p>© ANMOL GUPTA 20BCB0135</p>
</div>