initial commit
This commit is contained in:
commit
a6261020ee
130 changed files with 3179 additions and 0 deletions
64
public/404.html
Normal file
64
public/404.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/404.html</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/404.html" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="404 Page not found"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/404.html'>404.html</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Page not found</h1>
|
||||
<p><a href="http://localhost:1313/">Return to the home page</a>.</p>
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue