diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:27 +0530 |
| commit | e0cc82460c0fec4336037996c23947ab39ba4015 (patch) | |
| tree | ae5123e2d2f24ab519a9f6ddd2e800ca1b38134d /examples/form/index.html | |
| parent | 695365fa359fb98f14d06c205159739077f67fed (diff) | |
| download | css-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.html | 11 |
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> |
