mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Update 404.html
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,5 +2,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*/**/.DS_Store
|
*/**/.DS_Store
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
|
||||||
# exampleSite
|
# exampleSite
|
||||||
exampleSite/public
|
exampleSite/public
|
||||||
|
@@ -1,16 +1,35 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>404 - Page not found</title>
|
||||||
{{ partial "head_includes.html" . }}
|
{{ partial "head_includes.html" . }}
|
||||||
|
<style>
|
||||||
|
.logo {
|
||||||
|
vertical-align: middle;
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
.content {
|
||||||
|
margin: 3em auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
margin-left: initial;
|
||||||
|
margin-right: intial;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="main">
|
<img src={{ .Site.Params.logofile }} class="logo" alt="logo"></img>
|
||||||
<img src={{ .Site.Params.logofile }} style="max-width:300px" alt="logo"></img>
|
<div class="container f04">
|
||||||
<div class="container f04">
|
<div class="content">
|
||||||
<div class="content">
|
<section class="header">
|
||||||
<section class="header">
|
<div class="name">404</div>
|
||||||
<div class="name">404</div>
|
</section>
|
||||||
</section>
|
<div class="detail">The page you were looking for does not exist.</div>
|
||||||
<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 class="suggestion"><a href="/">Visit the home page</a></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
Reference in New Issue
Block a user