diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 22:48:56 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 22:48:56 -0400 |
commit | 97c78292fef34a39552a4d983413b01e185a49aa (patch) | |
tree | 615c48125fe9a5a62b2d0826362dcbccf5721696 /client/index.html | |
parent | layout changed (diff) | |
download | tuxman-97c78292fef34a39552a4d983413b01e185a49aa.tar.gz tuxman-97c78292fef34a39552a4d983413b01e185a49aa.tar.bz2 tuxman-97c78292fef34a39552a4d983413b01e185a49aa.zip |
export and load maps
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index 5e76fbc..251c33d 100644 --- a/client/index.html +++ b/client/index.html @@ -2,7 +2,6 @@ <html> <head> <link rel="stylesheet" href="css/main.css"/> - <script>var exports = {};</script> </head> <body> <img src="img/atlas.png" id="atlas" style="display: none;"/> |