aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/counter/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html
deleted file mode 100644
index 367aa63..0000000
--- a/examples/counter/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <title>Counter example</title>
- <meta charset="UTF-8" />
- <link href="./style.css" rel="stylesheet" />
- </head>
- <body>
- <script async defer src="../../dist/renderer/index.js"></script>
- </body>
-</html>