Skip to content

Commit

Permalink
Merge pull request #71 from shinyichen/404
Browse files Browse the repository at this point in the history
Fixed 404 error message
  • Loading branch information
shinyichen authored Jun 29, 2021
2 parents c2a61d1 + 8c2a43b commit 5f15b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolverway/templates/400.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% include "header.html" %}

<div class="main-container">
<h3 style="text-align: center">The requested resouces does not exist.</h3>
<h3 style="text-align: center">The requested resource does not exist</h3>
<p style="text-align: center">
<a href="/">Click here to reload Bumblebee</a> or use your browser's back button to go to a previous page.
</p>
Expand Down

0 comments on commit 5f15b1a

Please sign in to comment.