diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
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 @@ -<!DOCTYPE html> -<html> -<head> - <title>MASU</title> - <link rel="stylesheet" href="/static/style.css"> -</head> -<body> - <header> - <button id="reload">Reload</button> - <label>Weather City: <input id="city" value="Kofu, JP"></label> - <label><input type="checkbox" id="pause" checked> Auto-Update</label> - </header> - <div id="container"> - <!-- TODO: Use Jinja2 blocks --> - <div class="block" id="time"> - <p id="weatherSummary"></p> - <div id="timeVisualizer"></div> - </div> - <div class="block" id="weather"> - <img id="weather-icon" src="" alt="weather icon"> - <p id="weather-summary"></p> - </div> - <!-- Add more blocks --> - </div> - <script type="module" src="/static/script.js"></script> -</body> -</html> |
