forked from BlankOn/BlankOn-Halaman-Perawatan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.89 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sedang Dalam Perawatan</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<style>
body{
background-color:#F5F6F7;
margin:0;
padding:0;
}
div#wrapper{
width:100%;
height:100%;
}
div.footer{
margin-top:3%;
}
div.footer a{
margin-right:10pt;
}
@media (max-width: 400px){
img#image-construction{
width:90%;
}
}
div#content{
margin-top:5%;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="content">
<div class="col-md-12 col-sm-12 text-center">
<img id="image-construction" src="https://raw.githubusercontent.com/BlankOn/blankon-mascot-boni/master/FanArt/BoniConstructor.png">
</div>
<div class="col-md-12 col-sm-12 text-center">
<h1>Sedang dalam Perawatan</h1>
<p>Terima kasih telah berkunjung. Kami mohon maaf karena halaman yang Anda kunjungi sedang dalam perawatan. Tabik.</p>
</div>
<div class="col-md-12 col-sm-12 text-center footer">
<a target="_blank" href="http://dev.blankonlinux.or.id"><img src="img/web.png"></a>
<a target="_blank" href="https://t.me/BlankOnLinux"><img src="img/telegram.png"></a>
<a target="_blank" href="https://web.facebook.com/groups/blankonlinux/"><img src="img/facebook.png"></a>
<a target="_blank" href="https://twitter.com/BlankOnLinux"><img src="img/twitter.png"></a>
</div>
</div>
</div>
</body>
</html>