about summary refs log tree commit diff stats
path: root/templates/dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dev.html')
-rw-r--r--templates/dev.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/dev.html b/templates/dev.html
deleted file mode 100644
index 0ca383e..0000000
--- a/templates/dev.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<body>
-  <script defer>
-    new EventSource("/_/reload").onmessage = event => {
-      console.log("got message", event)
-      window.location.reload()
-    };
-  </script>
-</body>