-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlistkrs.html
35 lines (34 loc) · 1.02 KB
/
listkrs.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
<html>
<head>
<title>List KRS Online</title>
</head>
<body bgcolor="#32CD32">
<div id="header" style="background-color:#00FF7F;">
<center><h1 style="margin-bottom:0;">List KRS Online</h1></center>
</div>
<div id="header" style="background-color:#00FF7F;">
<center>
<table border="0" cellspacing="30">
<tr>
<td>Login</td>
<td>
<a href="adminlogin.html" title="Login Admin">Login Admin</a><br/>
<a href="mhslogin.html" title="Login Mahasiswa">Login Mahasiswa</a><br/>
<a href="dosenlogin.html" title="Login Dosen">Login Dosen</a><br/>
<a href="loginbiku.html" title="Login BIKU">Login BIKU</a>
</td>
</tr>
<tr>
<td>Panel</td>
<td>
<a href="paneladmin.html" title="Panel Admin">Panel Admin</a><br/>
<a href="panelmhs.html" title="Panel Mahasiswa">Panel Mahasiswa</a><br/>
<a href="paneldosen.html" title="Panel Dosen">Panel Dosen</a><br/>
<a href="panelbiku.html" title="Panel BIKU">Panel BIKU</a>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>