aboutsummaryrefslogtreecommitdiff
path: root/examples/todo-list/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/todo-list/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/todo-list/index.html b/examples/todo-list/index.html
new file mode 100644
index 0000000..064ef2b
--- /dev/null
+++ b/examples/todo-list/index.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <title>Task destroyer</title>
+ <link href="./style.css" rel="stylesheet" />
+ </head>
+ <body>
+ <script async defer src="../../dist/renderer/index.js"></script>
+ </body>
+</html>