-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improved 404 page Signed-off-by: Jonah Iden <jonah.iden@typefox.io> * grammar Co-authored-by: Miro Spönemann <miro.spoenemann@typefox.io> --------- Signed-off-by: Jonah Iden <jonah.iden@typefox.io> Co-authored-by: Miro Spönemann <miro.spoenemann@typefox.io>
- Loading branch information
1 parent
f2d61be
commit b4fc488
Showing
2 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="scroll-smooth"> | ||
|
||
<head> | ||
{{ partial "oct-head" . }} | ||
</head> | ||
|
||
<body> | ||
{{ partial "oct-header" . }} | ||
<main> | ||
<section style="height: 100%;"> | ||
<div class="text-content error-text"> | ||
<h1>Page Not Found</h1> | ||
<h2>Couldn't find what you were looking for? Maybe we can help.</h1> | ||
<div class="button-bar"> | ||
<a class="button" href="https://www.typefox.io/">Get Support</a> | ||
<a class="button" href="/">Back to Homepage</a> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
{{ partial "oct-footer" . }} | ||
</body> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters