forked from WebdeveloperIsaac/Alumini-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shp.jsp
27 lines (26 loc) · 1.26 KB
/
shp.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
27
<%@ 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>Student Home Page</title>
<link rel="stylesheet" href="./css/shp.css" >
</head>
<body>
<marquee behavior="scroll" direction="right" scrollamount="15"><h1>Akshaya Institute of Technology </h1></marquee>
<h2>Student Homepage</h2>
<div class="container">
<div class="button-container">
<button class="btns"><a href="studentaccount.jsp">My Account</a></button>
<button class="btns"><a href="studentevents.jsp">Alumini-Updates</a></button>
<button class="btns"><a href="jobs.jsp">Job-Updates</a></button>
<button class="btns"><a href="studentupdate.jsp">Update Account</a></button>
<button class="btns"><a href="studentdelete.jsp">Delete Account</a></button>
<button class="btns"><a href="studentregister.jsp">Create New Account</a></button>
<button class="btns"><a href="index.jsp">Log Out</a></button>
</div>
<img src="./img/ait.jpg" >
</div>
</body>
</html>