forked from sugeng-sulistiyawan/ErrorPageHtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrorPage503.html
36 lines (28 loc) · 1.29 KB
/
ErrorPage503.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
<!DOCTYPE html>
<html lang="en">
<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>Error 503 - Webservice currently unavailable</title>
<!-- CSS FONT ROBOTO
======================================================================================= -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<!-- CSS FONT AWESOME
======================================================================================= -->
<link rel="stylesheet" type="text/css" href="./assets/css/font-awesome.min.css">
<!-- CSS UTAMA //DEFAULT = BLUE //AMBER //DEEP-PURPLE //GREEN //GREY // INDIGO
//PINK //PURPLE //RED //TEAL
======================================================================================= -->
<link rel="stylesheet" type="text/css" href="./assets/css/default.css">
</head>
<body>
<div class="cover">
<div class="header">
<a href="#" class="btn-back"><i class="fa fa-arrow-left"></i> KEMBALI KE BERANDA</a>
</div>
<h1>Error <span>503</span></h1>
<h2>Webservice currently unavailable</h2>
</div>
</body>
</html>