-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy patherrors-503.html
45 lines (35 loc) · 1.24 KB
/
errors-503.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>503 - Atrana</title>
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="assets/modules/bootstrap-5.1.3/css/bootstrap.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Boostrap Icon-->
<link rel="stylesheet" href="assets/modules/bootstrap-icons/bootstrap-icons.css">
</head>
<body>
<div id="error">
<div class="container text-center">
<div class="pt-8">
<h1 class="errors-titles">503</h1>
<p>Be right back</p>
<a href="index.html" class="text-blue btn btn-primary">Back to page</a>
</div>
</div>
</div>
<!-- General JS Scripts -->
<script src="assets/js/atrana.js"></script>
<!-- JS Libraies -->
<script src="assets/modules/jquery/jquery.min.js"></script>
<script src="assets/modules/bootstrap-5.1.3/js/bootstrap.bundle.min.js"></script>
<script src="assets/modules/popper/popper.min.js"></script>
<!-- Template JS File -->
<script src="assets/js/script.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>