|
@@ -1,21 +1,36 @@
|
1
|
|
-<!doctype html>
|
2
|
|
-<html lang="en" moznomarginboxes mozdisallowselectionprint>
|
|
1
|
+<html>
|
3
|
2
|
<head>
|
4
|
|
- <meta charset="utf-8">
|
5
|
|
- <title>SIMANTA</title>
|
6
|
|
- <base href="/">
|
7
|
|
- <!--[if IE]> -->
|
8
|
|
- <link rel="stylesheet" href="https://simanta.fkip.untan.ac.id/semantic/semantic.min.css">
|
9
|
|
- <!-- <[endif]-->
|
10
|
|
- <meta name="viewport" content="width=device-width, initial-scale=0.76">
|
11
|
|
- <link rel="icon" type="image/x-icon" href="favicon.ico">
|
12
|
|
-<link rel="stylesheet" href="styles.5746e1ee84b6a3350e1b.css"></head>
|
|
3
|
+<title>Under Maintenance</title>
|
|
4
|
+<style>
|
|
5
|
+body {
|
|
6
|
+ background: url('assets/Under-Maintenance-Simanta.jpg') no-repeat top center fixed;
|
|
7
|
+ background-size: 50%;
|
|
8
|
+}
|
|
9
|
+h1 {
|
|
10
|
+ font-size: 32px;
|
|
11
|
+ font-family: Verdana;
|
|
12
|
+ color: #5eb4e7;
|
|
13
|
+}
|
|
14
|
+#msg {
|
|
15
|
+ width: 100%;
|
|
16
|
+ margin-top:420px;
|
|
17
|
+ text-align: center ;
|
|
18
|
+ color: #535f79;
|
|
19
|
+ font-family: Tahoma;
|
|
20
|
+}
|
|
21
|
+a, a:visited {
|
|
22
|
+ color: #fbc24e;
|
|
23
|
+}
|
|
24
|
+h3 {
|
|
25
|
+ font-weight: normal;
|
|
26
|
+}
|
|
27
|
+</style>
|
|
28
|
+</head>
|
13
|
29
|
<body>
|
14
|
|
- <!--[if !IE]> -->
|
15
|
|
- <link rel="stylesheet" href="https://simanta.fkip.untan.ac.id/semantic/semantic.min.css"><script> </script>
|
16
|
|
- <!-- <![endif]-->
|
17
|
|
- <app-root></app-root>
|
18
|
|
-<script type="text/javascript" src="runtime.df13e8c8d96e93a40dda.js?epc=1552870708"></script>
|
19
|
|
-<script type="text/javascript" src="polyfills.33ae7ba55e2c12e2e97e.js?epc=1552870708"></script>
|
20
|
|
-<script type="text/javascript" src="main.1165bce300f02bd7c112.js?epc=1552870708"></script></body>
|
|
30
|
+<div id="msg">
|
|
31
|
+<h1>SIMANTA DALAM PERBAIKAN</h1>
|
|
32
|
+<h3>Mohon maaf!
|
|
33
|
+<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>
|
|
34
|
+</div>
|
|
35
|
+</body>
|
21
|
36
|
</html>
|