-
Notifications
You must be signed in to change notification settings - Fork 0
/
500.html
36 lines (30 loc) · 1.82 KB
/
500.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 name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/cebbc7821d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.typekit.net/cnm5kka.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=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="assets/css/hover.css">
<title>500 - rūrusetto</title>
<body>
<div class="position-absolute top-50 start-50 translate-middle">
<p class="round-font-bold text-center middle-header-text">500 Internal Server Error</p>
<p class="round-font text-center fs-1">Something went wrong in the server!</p>
<div class="text-center fs-1"><p class="spacing-hover hvr-icon-bounce"><a href="index.html" class="text-decoration-none"><i class="fas fa-home icon-menu hvr-icon"></i> Back to homepage</a></p></div>
<div class="text-center fs-5"><p class="spacing-hover hvr-icon-bounce">or <a href="index.html" class="text-decoration-none"><i class="fas fa-bug icon-menu hvr-icon"></i> Make the new issues in GitHub</a></p></div>
</div>
<style>
.middle-header-text {
font-size: 50px;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="custom.js"></script>
</body>
</html>