Skip to content

Commit

Permalink
404 error page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janik committed Aug 9, 2024
1 parent f19cc7f commit 23006af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion quafelweb/hardware_controller/tests.py

This file was deleted.

11 changes: 11 additions & 0 deletions quafelweb/templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<title>Wrong address</title>
<body>

<h1>Ooops!</h1>

<h2>The Quaffel flew to an unknown space...</h2>

</body>
</html>

0 comments on commit 23006af

Please sign in to comment.