aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..6337647
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <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 class="grid">
+ <div class="block" id="time"></div>
+ <div class="block" id="weather"></div>
+ <!-- Add more blocks -->
+ </div>
+ <script src="/static/script.js"></script>
+</body>
+</html>