about summary refs log tree commit diff stats
path: root/js/pomo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/pomo/index.html')
-rw-r--r--js/pomo/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/js/pomo/index.html b/js/pomo/index.html
new file mode 100644
index 0000000..3117b30
--- /dev/null
+++ b/js/pomo/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <title>Pomodoro Timer</title>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width">
+    <style>
+        body {
+            margin: 0;
+            padding: 0;
+        }
+        #pomoCanvas {
+            display: block;
+        }
+    </style>
+</head>
+<body>
+    <canvas id="pomoCanvas"></canvas>
+    <script src="pomo.js"></script>
+</body>
+</html>
\ No newline at end of file