about summary refs log tree commit diff
path: root/users/wpcarro/scratch/simple-select/index.html
blob: f7d4576f79a1640694073f1e829b5fc8668e9710 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
  </head>
  <body>
    <script src="./index.js"></script>
  </body>
</html>