fixed 404.html
This commit is contained in:
parent
34c978086b
commit
b4998b9f0e
25 changed files with 148 additions and 25045 deletions
136
public/404.html
136
public/404.html
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
|
@ -14,9 +18,139 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="404 Page not found - Dendroalsia" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Website Description"/>
|
||||
<meta property="og:url" content="https://www.dendroalsia.net/404.html"/>
|
||||
<meta property="og:site_name" content="Dendroalsia"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/img/fav.ico">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.842355dd2ec6a34552c5ffdca0274879393643308cc04aed4876a79219a88809.css" integrity="sha256-hCNV3S7Go0VSxf/coCdIeTk2QzCMwErtSHankhmoiAk=" crossorigin="anonymous" media="screen">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<section id="top" class="section">
|
||||
|
||||
<div class="container hero ">
|
||||
|
||||
<h1 class="bold-title is-1">404</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section ">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</a>
|
||||
<div class="navbar-menu " id="navMenu">
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/">main</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/#about">About</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/#contact">Contact</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container markdown top-pad">
|
||||
Oops! Either you’ve found a bug (in which case, <a href="mailto:ben@dendroalsia.net">please tell me</a>) or you’re just making things up. This page doesn’t exist!
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="footer">
|
||||
<div class="container has-text-centered">
|
||||
|
||||
<span class="footer-text">
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://www.dendroalsia.net/js/bundle.5c23c0437f001a469ca373a465a6f7487203d18e10cdff76d86a60af66d5ee28.js" integrity="sha256-XCPAQ38AGkaco3OkZab3SHID0Y4Qzf922Gpgr2bV7ig="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue