-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstop.html
39 lines (39 loc) · 995 Bytes
/
stop.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
36
37
38
39
<html>
<head>
<title>Input KRS Mahasiswa</title>
<link rel="stylesheet" type="text/css" href="CSS/layout.css"/>
<link rel="stylesheet" type="text/css" href="CSS/font.css"/>
<link rel="stylesheet" type="text/css" href="CSS/element.css"/>
</head>
<body>
<div id="container">
<div id="header">
<table border="0" cellspacing="10">
<tr>
<td><img src="Images/student.png" width="150" height="150" /></td>
<td><h1>Student Page</h1></td>
</tr>
</table>
</div>
<div id="cpanel">
<center>
<table border="0" cellspacing="25">
<tr>
<td align="center"><img src="Images/stop.png" /></td>
</tr>
<tr>
<td align="center"><h1>Maaf, Anda Belum Melunasi Keuangan</h1></td>
</tr>
<tr>
<td align="center"><h2>Halaman Input KRS Ditutup</h2></td>
</tr>
<tr>
<td align="center"><a href="panelmhs.php">Kembali Ke Halaman Sebelumnya</a></td>
</tr>
</table>
</center>
</div>
</div>
<div id="footer">Copyright © 2013 ERA</div>
</body>
</html>