-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot-internet.html
26 lines (26 loc) · 1.42 KB
/
not-internet.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
<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.0">
<title>Al Quran Bahasa Indonesia</title>
<meta name="description" content="Quran Versi Bahasa Indonesia">
<meta name="keywords" content="al-quran,Bahasa Indonesia,Alquran Versi Indonesia">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="bin/config/css/bootstrap.min.css">
<link rel="stylesheet" href="bin/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lateef:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<div class="position-fixed w-100 h-100 top-0 end-0 bottom-0 start-0 bg-white d-flex justify-content-center align-items-center" style="z-index: 100;">
<div class="w-auto h-auto">
<h1 class="bi bi-emoji-dizzy text-center color-4" style="font-size: 100px;"></h1>
<h2 class="mt-4 text-center fw-bold color-4 fw-bold">404 Server</h2>
<p class="text-muted">Maaf terjadi kesalahan pada server</p>
<button class="btn btn-success Bgcolor-4 mx-auto d-block px-5" onclick="window.location.reload();">Coba Lagi</button>
</div>
</div>
</body>
</html>