Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-06-12 10:50:06 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-06-12 10:50:06 -0700
commit16fc0bf7938071b400364d705f9ac859068be5f3 (patch)
tree94c16f2c477dbf1d6e2b4e9e11403f1f5f01fc68 /public/index.html
parent333931c82cd3c9aee6d09319a273c9735a0fdca8 (diff)
WIP: modify dev server to use as test server, also
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html
index 1471cdc..14410e9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,11 +3,6 @@
<head>
<title>Infantry Combat Solo Basic</title>
<link rel="stylesheet" href="assets/css/style.css">
- <script>
- const source = new EventSource('/esbuild');
- source.addEventListener('change', () => location.reload());
- // source.addEventListener('message', (e) => console.log(e));
- </script>
</head>
<body>
<template id="damage-block">