diff options
Diffstat (limited to 'users/wpcarro/scratch/simple-select/index.html')
-rw-r--r-- | users/wpcarro/scratch/simple-select/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/simple-select/index.html b/users/wpcarro/scratch/simple-select/index.html new file mode 100644 index 000000000000..f7d4576f79a1 --- /dev/null +++ b/users/wpcarro/scratch/simple-select/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + </head> + <body> + <script src="./index.js"></script> + </body> +</html> |