mirror of https://github.com/statping/statping
31 lines
720 B
HTML
31 lines
720 B
HTML
![]() |
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=0">
|
||
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" href="/css/base.css">
|
||
|
|
||
|
<title>Statup | Page Not Found</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<div class="container col-md-7 col-sm-12 mt-md-5 bg-light">
|
||
|
|
||
|
<div class="col-12 mt-3">
|
||
|
|
||
|
<div class="alert alert-danger" role="alert">
|
||
|
Sorry, this page doesn't seem to exist.
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
{{template "footer"}}
|
||
|
|
||
|
<script src="/js/jquery-3.3.1.slim.min.js"></script>
|
||
|
<script src="/js/bootstrap.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|