diff options
| author | Mitsuo Tokumori <[email protected]> | 2025-03-08 02:17:52 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2025-03-08 02:17:52 +0900 |
| commit | d9af103b9a8aed86d6ac834f1240edfb2173ffa0 (patch) | |
| tree | 6b11b47db6201a357277b587561fb429c2451b99 /templates/index.html | |
| parent | ec80766af5e2f59f3842b613f271c1100705af5e (diff) | |
| download | masu-d9af103b9a8aed86d6ac834f1240edfb2173ffa0.tar.gz masu-d9af103b9a8aed86d6ac834f1240edfb2173ffa0.tar.bz2 masu-d9af103b9a8aed86d6ac834f1240edfb2173ffa0.zip | |
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)
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ <head> <title>MASU</title> <link rel="stylesheet" href="/static/style.css"> - <link rel="stylesheet" href="/static/timeVisualizer.css"> </head> <body> <header> |
