-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path403.html
More file actions
35 lines (35 loc) · 1.81 KB
/
Copy path403.html
File metadata and controls
35 lines (35 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<title>403 | Hozzáférés megtagadva</title>
<meta name="robots" content="noindex">
<meta name="author" content="KrixH99">
<meta property="og:title" content="theHUB | @krixh99" />
<meta property="og:url" content="https://krixh.github.io/" />
<meta property="og:description" content="Welcome to THE HUB!">
<meta name="theme-color" content="#06080a">
<meta name="msapplication-navbutton-color" content="#06080a">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="css/error.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://www.freeiconspng.com/thumbs/minecraft-server-icon/minecraft-server-icon-4.png">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<main class="error-main">
<div class="error-icon"><i class="fas fa-ban"></i></div>
<div class="error-code">403</div>
<div class="error-title">Hozzáférés megtagadva</div>
<div class="error-desc">
Nincs engedélyed megtekinteni ezt az oldalt.
</div>
<div class="error-actions">
<a href="https://krixh.github.io/" class="error-link"><i class="fas fa-home"></i> Főoldal</a>
</div>
<span class="version-badge">theHUB v2.1.0</span>
</main>
</body>
</html>