-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 1.05 KB
/
index.html
File metadata and controls
36 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>Login2Xplore's JsonPowerDB</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style type="text/css">
body
{
background-color:#D3D3D3;
font-family:verdana;
color: #000;
font-size: 24px;
text-align: center;
}
</style>
</head>
<body>
<center><h1></h1></center>
<div>
<center>
<p><b>Simple Student Database Managment System</b><br>Using JsonPowerDB</p>
<a href="registration.html">Registration</a> <br><br>
<a href="View.html">Search</a><br><br>
<a href="Viewdept.html">View students by Departments</a><br><br>
<a href="update.html">Update</a><br><br>
<a href="delete.html">Delete</a>
</center>
</div>