efnet-news/public/404.html
2023-08-14 21:46:29 -06:00

36 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#1b1b1b">
<title>404 Page not found | EFNet News</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="stylesheet" href="/css/bundle.css">
<link rel="icon" href="/icons/16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/icons/32.png" sizes="32x32" type="image/png">
</head>
<body class="body kind-404">
<header class="header">
<a class="logo" href="/">EFNet News</a>
</header>
<div class="primary">
<main class="main">
<div class="page404 block center">
<h1 class="page404__title">404 Page not found</h1>
<p class="page404__lead">Sorry, the page you were looking for doesn&#39;t exist.</p>
<a class="page404__link" href="/">Go back to main page</a>
</div>
</main>
</div>
<footer class="footer">
<div class="footer__copyright">© 2023 EFNet News. <span class="footer__copyright-credits">Powered by <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/vimux/binario" rel="nofollow noopener" target="_blank">Binario</a> theme.</span></div>
</footer>
</body>
</html>