aboutsummaryrefslogtreecommitdiff
path: root/examples/form/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/form/index.html
parent695365fa359fb98f14d06c205159739077f67fed (diff)
downloadcss-everything-e0cc82460c0fec4336037996c23947ab39ba4015.tar.gz
css-everything-e0cc82460c0fec4336037996c23947ab39ba4015.zip
refactor: renames form submit example
Diffstat (limited to 'examples/form/index.html')
-rw-r--r--examples/form/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/form/index.html b/examples/form/index.html
new file mode 100644
index 0000000..158ee16
--- /dev/null
+++ b/examples/form/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>