diff options
author | Ernst Widerberg <ernstwi@kth.se> | 2021-10-06 16:11:06 +0200 |
---|---|---|
committer | Ernst Widerberg <ernstwi@kth.se> | 2021-10-06 16:11:06 +0200 |
commit | 46b9df3279f51479cfc607cbce8fb8b73bef69f7 (patch) | |
tree | ddca9489ce2779c5c7c23938cb5e666387ace775 /src/index.html |
Initial commit
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> |