Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
404.md requires jekyll which we don't use

This hopefully solves #15 properly.
  • Loading branch information
dalito authored Aug 30, 2023
1 parent bc22950 commit 1cc1d9d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>404</title>
<style>
h1 {
color: #005A9C;
font: 200% sans-serif;
text-align: center
}
body {
padding: 2em;
font-family: sans-serif;
text-align: center;
}
</style>
</head>
<body>
<h1 id="section">404</h1>
<p>We couldn’t find the page you are looking for.</p>
<p>Check out:</p>
<p>
<a href="https://nfdi4cat.github.io/voc4cat/"><img src="https://img.shields.io/static/v1?label=voc4cat&amp;message=index%20of%20pages&amp;color=green&amp;logo=github" alt="voc4cat - index of pages" /></a>
<a href="https://github.com/nfdi4cat/voc4cat"><img src="https://img.shields.io/static/v1?label=voc4cat&amp;message=repository&amp;color=blue&amp;logo=github" alt="voc4cat - repository" /></a>
</p>
</body>
</html>

0 comments on commit 1cc1d9d

Please sign in to comment.