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, 11 insertions, 0 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html
new file mode 100644
index 0000000..158ee16
--- /dev/null
+++ b/examples/counter/index.html
@@ -0,0 +1,11 @@
+<!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/index.js"></script>
+ </body>
+</html>