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
|
||||
|
||||
*.swp
|
||||
|
||||
# exampleSite
|
||||
exampleSite/public
|
||||
|
@@ -1,7 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 - Page not found</title>
|
||||
{{ 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>
|
||||
<section class="main">
|
||||
<img src={{ .Site.Params.logofile }} style="max-width:300px" alt="logo"></img>
|
||||
<img src={{ .Site.Params.logofile }} class="logo" alt="logo"></img>
|
||||
<div class="container f04">
|
||||
<div class="content">
|
||||
<section class="header">
|
||||
@@ -11,6 +31,5 @@
|
||||
<div class="suggestion"><a href="/">Visit the home page</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user