aboutsummaryrefslogtreecommitdiff
path: root/examples/form/index.html
blob: 1d55241fe21580ee6eeea9cd40a753465c40714a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>