website/public/404.html

79 lines
2.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Abijeet Patro">
<meta name="description" content="Abijeet&#39;s corner of the Internet">
<meta name="keywords" content="website,developer,personal">
<base href="https://thecurlybraces.com">
<title>Abijeet Patro</title>
<link rel="canonical" href="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="icon" type="image/png" href="https://thecurlybraces.com/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://thecurlybraces.com/images/favicon-16x16.png" sizes="16x16">
<meta name="generator" content="Hugo 0.47.1" />
</head>
<body>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://thecurlybraces.com">
Abijeet Patro
</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
<a class="navigation-link" href="https://blog.thecurlybraces.com">Blog</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://blog.thecurlybraces.com/about/">About</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="https://thecurlybraces.com">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
</body>
</html>