diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-12 23:47:43 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-12 23:47:43 -0400 |
commit | 0a06f163d1664bfd0ff938569223294edf9902f6 (patch) | |
tree | ac0dc03c010d3e5666b6a62249347ac434f76b44 /client/index.html | |
download | tuxman-0a06f163d1664bfd0ff938569223294edf9902f6.tar.gz tuxman-0a06f163d1664bfd0ff938569223294edf9902f6.tar.bz2 tuxman-0a06f163d1664bfd0ff938569223294edf9902f6.zip |
initial
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> |