mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
23 lines
1.0 KiB
HTML
23 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<title>Error pages</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css" />
|
|
<style type="text/css">
|
|
html,body {background-color:#fff;font-family:'Montserrat',sans-serif;color:#1a1a1a;overflow:hidden}
|
|
.wrap {top:50%;left:50%;width:350px;height:260px;margin-left:-175px;margin-top:-130px;position:absolute;text-align:center}
|
|
.wrap h1 {font-size: 3em; margin-top: 0}
|
|
.wrap p {font-size: 0.85em}
|
|
.wrap p.small {font-size: 0.6em}
|
|
</style>
|
|
</head><body>
|
|
<div class="wrap">
|
|
<h1>Error pages</h1>
|
|
<p class="small">
|
|
For online documentation and support please refer to <a href="https://github.com/tarampampam/error-pages-docker">project repository</a>.
|
|
</p>
|
|
</div>
|
|
</body></html>
|