Skip to content

Commit

Permalink
add: 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Dec 11, 2023
1 parent ae6dbf4 commit 8a550bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "base.t.html" %}

{% block content %}

<h1>(values 404 nil <button onclick='window.history.back()' class="btn btn-danger">Back</button>)</h1>

{% endblock %}

0 comments on commit 8a550bf

Please sign in to comment.