diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/calculator/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/calculator/index.html b/examples/calculator/index.html new file mode 100644 index 0000000..94b50e6 --- /dev/null +++ b/examples/calculator/index.html @@ -0,0 +1,10 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Calculator</title> + <link href="./style.css" rel="stylesheet" /> + </head> + <body> + <script async defer src="../../dist/renderer/index.js"></script> + </body> +</html> |
