forked from vatz88/V-TOP-Easy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
42 lines (38 loc) · 1.3 KB
/
popup.html
File metadata and controls
42 lines (38 loc) · 1.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="popup.css" rel="stylesheet">
<link href="materialize.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class='card-panel hoverable'>
<div class='row'>
<div class="center-align">
<h3>V-TOP Easy</h3>
</div>
</div>
<div class="row flow-text center-align">
<div>
<div class='col s6'><a href='http://vtop.vit.ac.in/student/stud_login.asp' class='btn'>Student Login</a></div>
<div class='col s6'><a href='http://vtop.vit.ac.in/parent/parent_login.asp' class='btn'>Parent Login</a></div>
</div>
</div>
</div>
<footer>
<div class="card-panel hoverable">
<div class="row center-align flow-text">
<span class="col s6"><a href="https://goo.gl/forms/QNNCOAAh5wa3FAbW2" class="btn btn-large btn-flat">Feedback</a></span>
<span class="col s6"><a href="https://github.com/VaTz88/V-TOP-Easy" class="btn btn-large btn-flat">Contribute</a></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="materialize.min.js"></script>
<script type="text/javascript" src="popup.js"></script>
</body>
</html>