aboutsummaryrefslogtreecommitdiff
path: root/examples/todo-list/index.html
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-13 21:12:14 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-13 21:12:14 +0530
commit6411d58b48682c65165a1e717a9bf837737887f3 (patch)
treea56db95e45f0a68c2536cde827bd3c3c4a023088 /examples/todo-list/index.html
parent78550c0d1c7037b17bdaa9413351b759b20772c0 (diff)
downloadcss-everything-6411d58b48682c65165a1e717a9bf837737887f3.tar.gz
css-everything-6411d58b48682c65165a1e717a9bf837737887f3.zip
fix: get-var hack
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>