123456789101112131415161718192021222324252627282930313233343536 |
- <html>
- <head>
- <title>Under Maintenance</title>
- <style>
- body {
- background: url('assets/Under-Maintenance-Simanta.jpg') no-repeat top center fixed;
- background-size: 50%;
- }
- h1 {
- font-size: 32px;
- font-family: Verdana;
- color: #5eb4e7;
- }
- #msg {
- width: 100%;
- margin-top:420px;
- text-align: center ;
- color: #535f79;
- font-family: Tahoma;
- }
- a, a:visited {
- color: #fbc24e;
- }
- h3 {
- font-weight: normal;
- }
- </style>
- </head>
- <body>
- <div id="msg">
- <h1>SIMANTA DALAM PERBAIKAN</h1>
- <h3>Mohon maaf!
- <br/>Sedang dalam proses migrasi ke server baru. Untuk sementara akses dialihkan ke : <br/> <a href="http://simanta2.fkip.untan.ac.id">http://simanta2.fkip.untan.ac.id</a></h3>
- </div>
- </body>
- </html>
|