-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
55 lines (52 loc) · 2.13 KB
/
404.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
<!DOCTYPE html>
<html class="h-full" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-QF6QHSQGFP"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-QF6QHSQGFP");
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="author" content="Rebornian48" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rebornian48</title>
<!-- Favicon -->
<link
rel="icon"
href="https://avatars.githubusercontent.com/u/80138640"
type="image/x-icon"
/>
<!-- Font Awesome icons -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v6.5.2/css/all.css"
/>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="h-full">
<main class="relative isolate min-h-full">
<img src="https://images.unsplash.com/photo-1489599849927-2ee91cede3ba" alt="" class="absolute inset-0 -z-10 h-full w-full object-cover object-top">
<div class="mx-auto max-w-7xl px-6 py-32 text-center sm:py-40 lg:px-8">
<p class="text-base font-semibold leading-8 text-white">404</p>
<h1 class="mt-4 text-3xl font-bold tracking-tight text-white sm:text-5xl">Halaman Tidak Ditemukan</h1>
<p class="mt-4 text-base text-white/70 sm:mt-6">Kalian tidak akan menemukan apapun di sini, kalian sebaiknya kembali ke situs utama dengan menekan tombol di bawah ini</p>
<div class="mt-10 flex justify-center">
<a href="https://rebornian48.github.io" class="text-sm font-semibold leading-7 text-white"><span aria-hidden="true">←</span> Kembali ke Beranda</a>
</div>
</div>
</main>
</body>
</html>