From d9af103b9a8aed86d6ac834f1240edfb2173ffa0 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sat, 8 Mar 2025 02:17:52 +0900 Subject: Restructure js and css into single block modules Each block is defined by: * html: front-end elements (modify: templates/index.html) (for now) * css: front-end design (modify: static/style.css) * js: front-end code (new file: static/block_name.js) * python: back-end code (new file: ./block_name.py) (will move later from the root to an "app" directory (python package) --- templates/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index be23282..332b78b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,6 @@ MASU -
-- cgit v1.2.3