diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..8f1caf6 --- /dev/null +++ b/static/index.html @@ -0,0 +1,9 @@ +<html> + <head> + <script src="./index.js"></script> + </head> + <body> + <h1> xdx </h1> + <button onclick="GetSongs()"> Get songs </button> + </body> +</html> |
