diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..9ba6b4c --- /dev/null +++ b/client/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <link rel="stylesheet" href="/css/main.css"/> + </head> + <body> + <script src="/js/main.js" type="module"></script> + </body> +</html> |