Added error pages with error tracking
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
parent
0f4469b1c1
commit
6eb064da8c
41
public/error_404.html
Normal file
41
public/error_404.html
Normal file
@ -0,0 +1,41 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link href="./index.css" rel="stylesheet">
|
||||
<title>Error 404 | Privacynerd's home</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="headline" class="headline">404 Not Found</h1>
|
||||
<hr>
|
||||
<p class="center">This is a very simple site. Dont even try to find hidden doors to new worlds.<br/>
|
||||
<code><a href="/">Back to home!</a></code></p>
|
||||
<hr>
|
||||
<div class="footer">
|
||||
Made with
|
||||
<svg viewBox="0 0 16 16" height="1em" width="1em" fill="red" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z"></path> </g></svg>
|
||||
by human | <a href="https://git.privacynerd.de/git.privacynerd.de/privacynerd.de">Source</a> | <a href="https://status.privacynerd.de/">Site Status</a> | <a href="https://privacynerd.de/impressum?referrer=https://privacynerd.de/">Imprint</a>
|
||||
</div>
|
||||
<script src="https://swetrix.privacynerd.de/script.js" defer></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
swetrix.init('DUEDdhVtZGL5', {apiURL: 'https://swetrix.privacynerd.de/api/log',})
|
||||
swetrix.trackViews()
|
||||
swetrix.trackErrors({
|
||||
sampleRate: 1,
|
||||
callback: undefined,
|
||||
})
|
||||
})
|
||||
</script>
|
||||
<noscript>
|
||||
<img
|
||||
src="https://swetrix.privacynerd.de/api/log/noscript?pid=DUEDdhVtZGL5"
|
||||
alt=""
|
||||
referrerpolicy="no-referrer-when-downgrade"
|
||||
/>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
43
public/error_50x.html
Normal file
43
public/error_50x.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link href="./index.css" rel="stylesheet">
|
||||
<title>Error 50x | Privacynerd's home</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="headline" class="headline">50x Internal Server Error</h1>
|
||||
<hr>
|
||||
<p class="center">
|
||||
Something weird happened.<br/>
|
||||
This is a very simple site. Dont even try to find hidden doors to new worlds.<br/>
|
||||
<code><a href="/">Back to home!</a></code></p>
|
||||
<hr>
|
||||
<div class="footer">
|
||||
Made with
|
||||
<svg viewBox="0 0 16 16" height="1em" width="1em" fill="red" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z"></path> </g></svg>
|
||||
by human | <a href="https://git.privacynerd.de/git.privacynerd.de/privacynerd.de">Source</a> | <a href="https://status.privacynerd.de/">Site Status</a> | <a href="https://privacynerd.de/impressum?referrer=https://privacynerd.de/">Imprint</a>
|
||||
</div>
|
||||
<script src="https://swetrix.privacynerd.de/script.js" defer></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
swetrix.init('DUEDdhVtZGL5', {apiURL: 'https://swetrix.privacynerd.de/api/log',})
|
||||
swetrix.trackViews()
|
||||
swetrix.trackErrors({
|
||||
sampleRate: 1,
|
||||
callback: undefined,
|
||||
})
|
||||
})
|
||||
</script>
|
||||
<noscript>
|
||||
<img
|
||||
src="https://swetrix.privacynerd.de/api/log/noscript?pid=DUEDdhVtZGL5"
|
||||
alt=""
|
||||
referrerpolicy="no-referrer-when-downgrade"
|
||||
/>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user