mirror of
https://github.com/casjaysdevdocker/gohttpserver
synced 2025-01-18 12:34:32 -05:00
74 lines
2.3 KiB
HTML
74 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="generator" content="CasjaysDev" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="description" content="" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
|
|
/>
|
|
|
|
<meta property="og:title" content="" />
|
|
<meta property="og:type" content="" />
|
|
<meta property="og:url" content="" />
|
|
<meta property="og:image" content="" />
|
|
|
|
<meta name="theme-color" content="#fafafa" />
|
|
<link rel="manifest" href="./site.webmanifest" />
|
|
|
|
<link rel="icon" sizes="any" href="./images/favicon.ico" />
|
|
<link rel="icon" type="image/svg+xml" href="./images/icon.svg" />
|
|
<link rel="apple-touch-icon" href="./images/icon.png" />
|
|
|
|
<link rel="stylesheet" href="./css/index.css" />
|
|
<link rel="stylesheet" href="./css/errorpages.css" />
|
|
|
|
<script src="./js/errorpages/isup.js" defer></script>
|
|
<script src="./js/errorpages/homepage.js" defer></script>
|
|
<script src="./js/errorpages/loaddomain.js" defer></script>
|
|
<script src="./js/jquery/default.js"></script>
|
|
<script src="./js/passprotect.min.js" defer></script>
|
|
<script src="./js/bootstrap.min.js" defer></script>
|
|
<script src="./js/app.js" defer></script>
|
|
|
|
<title>404 Not Found</title>
|
|
</head>
|
|
|
|
<body onload="javascript:loadDomain();">
|
|
<!-- Error Page Content -->
|
|
<div class="container vh-100">
|
|
<div class="jumbotron">
|
|
<h1>
|
|
<i class="fa fa-frown-o red"></i>
|
|
<a
|
|
href="https://www.google.com/search?q=server+error+404"
|
|
target="_blank"
|
|
>404 Not Found</a
|
|
>
|
|
</h1>
|
|
<p class="lead">
|
|
We apologize but we can't seem to be able to find what you're looking
|
|
for!
|
|
</p>
|
|
|
|
<img
|
|
alt="error"
|
|
src="./images/404.gif"
|
|
height="350"
|
|
width="auto"
|
|
/><br />
|
|
</div>
|
|
|
|
<a
|
|
onclick="javascript:homepage();"
|
|
class="btn btn-secondary btn-outline-danger btn-lg btn-block"
|
|
><span id="display-domain"></span
|
|
></a>
|
|
</div>
|
|
</body>
|
|
</html>
|