diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/counter/index.html | 11 |
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..9aa89d2 --- /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> |
