summaryrefslogtreecommitdiff
path: root/examples/form/index.html
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-12 20:13:29 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-12 20:13:29 +0530
commita61f5ec92a9382b0c25fae9a344da0d7eb21b702 (patch)
tree42d0b265b9f4b9c3c4b2ab3ac5e2a6ffa54bcccd /examples/form/index.html
parent53420ee477e9cad629bd8e6804d477d6ded8c110 (diff)
downloadcss-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.tar.gz
css-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.zip
refactor: moves stuff around
Diffstat (limited to 'examples/form/index.html')
-rw-r--r--examples/form/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/form/index.html b/examples/form/index.html
index 618b21b..c7aa321 100644
--- a/examples/form/index.html
+++ b/examples/form/index.html
@@ -6,6 +6,6 @@
<link href="./style.css" rel="stylesheet" />
</head>
<body>
- <script async defer src="../../dist/index.js"></script>
+ <script async defer src="../../dist/renderer/index.js"></script>
</body>
</html>