From e7b35cd81f2e515371a30a59ea4173a31dbeefc5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Sep 2025 01:09:20 +0900 Subject: feat(backend): add admin page for game creation --- backend/admin/templates/game_new.html | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 backend/admin/templates/game_new.html (limited to 'backend/admin/templates/game_new.html') diff --git a/backend/admin/templates/game_new.html b/backend/admin/templates/game_new.html new file mode 100644 index 0000000..3e3210a --- /dev/null +++ b/backend/admin/templates/game_new.html @@ -0,0 +1,40 @@ +{{ template "base.html" . }} + +{{ define "breadcrumb" }} +Dashboard | Games +{{ end }} + +{{ define "content" }} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+{{ end }} -- cgit v1.2.3-70-g09d2