diff options
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..618b21b --- /dev/null +++ b/examples/form/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Register to this awesome website</title> + <meta charset="UTF-8" /> + <link href="./style.css" rel="stylesheet" /> + </head> + <body> + <script async defer src="../../dist/index.js"></script> + </body> +</html> |
