summaryrefslogtreecommitdiff
path: root/src/templates/admin/index.html
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-13 13:49:15 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-13 13:49:15 -0700
commit7a33856a527aebbd8d2a624c6d5937c25c9a1d90 (patch)
tree855c642394e7ba1de40b8bb8737be12bec0aedaf /src/templates/admin/index.html
initial commit
new website repo yay!!!
Diffstat (limited to 'src/templates/admin/index.html')
-rw-r--r--src/templates/admin/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/templates/admin/index.html b/src/templates/admin/index.html
new file mode 100644
index 0000000..11e414d
--- /dev/null
+++ b/src/templates/admin/index.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+<h1>welcome to admin mode, me!</h1>
+
+<p>safety button to sign out:</p>
+
+<a href="/admin/logout">here</a>
+
+{% endblock %}