This repository was archived by the owner on Dec 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path50x.html
More file actions
40 lines (34 loc) · 1.25 KB
/
Copy path50x.html
File metadata and controls
40 lines (34 loc) · 1.25 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
36
37
38
39
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="NodeList">
<title>500 Internal Server Error</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.5.3/flatly/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body class="d-flex flex-column h-100 text-center">
<main class="flex-shrink-0">
<div class="container">
<div class="row">
<div class="col">
<div class="mx-auto w-50">
<h2 class="mt-5 mb-3">Oops! Something Went Wrong</h2>
<p>
There is an error in the page. Please check the server log for details.
</p>
</div>
</div>
</div>
</div>
</main>
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted"><i class="fa fa-github"></i> <a href="https://github.com/seikan/NodeList" target="_blank">Node List</a></span>
</div>
</footer>
</body>
</html>