mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
An initial redesign
This commit is contained in:
@@ -1,11 +1,44 @@
|
|||||||
{{ partial "header.html" . }}
|
<!DOCTYPE html>
|
||||||
<section class="main">
|
<html>
|
||||||
<div class="container f04">
|
<head>
|
||||||
<div class="content">
|
<meta charset="utf-8">
|
||||||
<div class="num">404</div>
|
<title>404</title>
|
||||||
<div class="detail">Sorry, this page does not exist.</div>
|
<!-- CSS -->
|
||||||
<div class="suggestion"><a href="/">Visit home page</a></div>
|
|
||||||
|
<style media="screen">
|
||||||
|
{{ partial "css/main.css" . | safeCSS }}
|
||||||
|
</style>
|
||||||
|
<style media="(min-width: 600px)">
|
||||||
|
{{ partial "css/min600px.css" . | safeCSS }}
|
||||||
|
</style>
|
||||||
|
<style media="(min-width: 769px)">
|
||||||
|
{{ partial "css/min769px.css" . | safeCSS }}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.header {
|
||||||
|
width: initial;
|
||||||
|
margin-left: initial;
|
||||||
|
margin-right: initial;
|
||||||
|
}
|
||||||
|
.content {
|
||||||
|
margin-top: -60px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<section class="main">
|
||||||
|
<img src={{ .Site.Params.logofile }} style="max-width:300px" alt="logo"></img>
|
||||||
|
<div class="container f04">
|
||||||
|
<div class="content">
|
||||||
|
<section class="header">
|
||||||
|
<div class="name">404</div>
|
||||||
|
</section>
|
||||||
|
<div class="detail">The page you were looking for does not exist.</div>
|
||||||
|
<div class="suggestion"><a href="/">Visit the home page</a></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</section>
|
</body>
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
|
</html>
|
||||||
|
Reference in New Issue
Block a user