aboutsummaryrefslogtreecommitdiff
path: root/examples/api/index.html
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-10 18:18:25 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-10 18:18:25 +0530
commit6a04167058b59b54b183104a1cf1b1b2cf8d7e9a (patch)
treeb8c6b6c722fec247d56a8d1f15ac9c6f8da81fbd /examples/api/index.html
parentb6213f660b6a706f48289b492f305bc2f4620f80 (diff)
downloadcss-everything-6a04167058b59b54b183104a1cf1b1b2cf8d7e9a.tar.gz
css-everything-6a04167058b59b54b183104a1cf1b1b2cf8d7e9a.zip
feat: adds dummy example ideas
Diffstat (limited to 'examples/api/index.html')
-rw-r--r--examples/api/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/api/index.html b/examples/api/index.html
new file mode 100644
index 0000000..158ee16
--- /dev/null
+++ b/examples/api/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Counter example</title>
+ <meta charset="UTF-8">
+ <link href="./style.css" rel="stylesheet">
+ </head>
+ <body>
+ <script async defer src="../../dist/index.js"></script>
+ </body>
+</html>