Skip to content

Commit

Permalink
Add: users.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonusus committed Nov 28, 2024
1 parent 6c07a59 commit 3efead5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions task_manager/templates/users.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends 'layouts/base.html' %}

{% block content %}
<h1>Hello, World!</h1>
{% endblock %}

0 comments on commit 3efead5

Please sign in to comment.