forked from WebdeveloperIsaac/Alumini-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.jsp
26 lines (26 loc) · 963 Bytes
/
index.jsp
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
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>AMS-Isaac</title>
<link rel="stylesheet" href="./css/stylesheet.css" >
</head>
<body>
<h1>Akshaya Institute Of Technology</h1>
<h2>Alumini Management System By Isaac</h2>
<div class="main">
<div class="sub-main"><a href="adminlogin.jsp">
<button class="button-one">Admin Login</button></a>
</div>
<div class="sub-main">
<a href="aluminilogin.jsp"><button class="button-two"><span>Alumini Login</span></button></a>
</div>
<div class="sub-main"><a href="studentlogin.jsp">
<button class="button-three">Student Login</button></a>
</div>
</div>
</body>
</body>
</html>