1
0
weblog/404.html
JackCarterSmith 0d5831563d
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s
Change background style for improved legibility
2023-12-09 22:12:21 +01:00

46 lines
1.5 KiB
HTML

---
layout: error
permalink: /404.html
---
<head>
<title>404 - File not found</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-Control" content="public">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{{ "/static/icons/favicon.ico" | prepend: site.baseurl }}">
<link rel="stylesheet" type="text/css" href="{{ "/css/error.css" | prepend: site.baseurl }}">
<style type="text/css">
img {
width: 200px;
height: 400px;
}
</style>
</head>
<body>
<div id="page-header">
<h3>404 - File not found</h3>
</div>
<div id="page-contents">
<svg height="100" width="100">
<polygon points="50,25 17,80 82,80" stroke-linejoin="round" style="fill:none; stroke:#FF8A00; stroke-width:8;"></polygon>
<text x="42" y="74" fill="#FF8A00" font-family="sans-serif" font-weight="900" font-size="42px">!</text>
</svg>
<p>Ooops&hellip; The server returned a <b>File not found (404)</b> error!</p>
<p>
If you think what you're looking for should be here, please contact the site owner.
</p>
<p>
<a href="/">Back to main page &rarr;</a>
</p>
</div>
<hr>
<div id="page-footer">
<p id="footer-text">Copyright &copy;2024 <a href="{{ "/about/" | prepend: site.baseurl }}">JackCarterSmith</a></p>
</div>
</body>