Skip to content

Commit

Permalink
feat: Mention that it's LAPIS' error page.
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Aug 4, 2023
1 parent 9597e28 commit 7c365ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lapis2/src/main/resources/public/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<title>Error 404</title>
</head>
<body>
<h1>Page not found!</h1>
<a href="/swagger-ui/index.html">Visit our swagger-ui</a>
<h1>LAPIS</h1>
<h3>Page not found!</h3>
<a href="/swagger-ui/index.html">Visit our swagger-ui</a>
</body>
</html>

0 comments on commit 7c365ce

Please sign in to comment.