From 51163b167cce01af6101438e5e61145ad798f213 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sat, 8 Mar 2025 16:03:30 +0900 Subject: Restructure python code to be modular The python code is now a package named app. app/models: db models app/routes: flask blueprints app/static: css, js app/templates: jinja html templates --- templates/index.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 332b78b..0000000 --- a/templates/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - MASU - - - -
- - - -
-
- -
-

-
-
-
- weather icon -

-
- -
- - - -- cgit v1.2.3