aboutsummaryrefslogtreecommitdiff
path: root/examples/api/index.html
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-11 20:42:27 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-11 20:42:27 +0530
commite0cc82460c0fec4336037996c23947ab39ba4015 (patch)
treeae5123e2d2f24ab519a9f6ddd2e800ca1b38134d /examples/api/index.html
parent695365fa359fb98f14d06c205159739077f67fed (diff)
downloadcss-everything-e0cc82460c0fec4336037996c23947ab39ba4015.tar.gz
css-everything-e0cc82460c0fec4336037996c23947ab39ba4015.zip
refactor: renames form submit example
Diffstat (limited to 'examples/api/index.html')
-rw-r--r--examples/api/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/api/index.html b/examples/api/index.html
deleted file mode 100644
index 158ee16..0000000
--- a/examples/api/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!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>