diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-12 20:13:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-12 20:13:29 +0530 |
| commit | a61f5ec92a9382b0c25fae9a344da0d7eb21b702 (patch) | |
| tree | 42d0b265b9f4b9c3c4b2ab3ac5e2a6ffa54bcccd /examples/counter/index.html | |
| parent | 53420ee477e9cad629bd8e6804d477d6ded8c110 (diff) | |
| download | css-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.tar.gz css-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.zip | |
refactor: moves stuff around
Diffstat (limited to '')
| -rw-r--r-- | examples/counter/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html index 9aa89d2..367aa63 100644 --- a/examples/counter/index.html +++ b/examples/counter/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> |
