diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..fd42814 --- /dev/null +++ b/src/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <link + rel="stylesheet" + href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css" + /> + <script src="http://localhost:8097"></script> + <title></title> + </head> + <body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="root"></div> + <script type="module" src="./index.js"></script> + </body> +</html> |
