summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor')
-rw-r--r-- | src/map-editor/src/Comm/Okay.elm | 1 | ||||
-rw-r--r-- | src/map-editor/www/index.html | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/map-editor/src/Comm/Okay.elm b/src/map-editor/src/Comm/Okay.elm index 8ade538..ca7a2eb 100644 --- a/src/map-editor/src/Comm/Okay.elm +++ b/src/map-editor/src/Comm/Okay.elm @@ -4,7 +4,6 @@ module Comm.Okay exposing (decode) import Json.Decode -- Battlemap ------------------------------------------------------------------- -import Struct.Tile import Struct.ServerReply -------------------------------------------------------------------------------- diff --git a/src/map-editor/www/index.html b/src/map-editor/www/index.html index 61e551f..80b147d 100644 --- a/src/map-editor/www/index.html +++ b/src/map-editor/www/index.html @@ -1,10 +1,8 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" type="text/css" href="../css/global.css"> - <link rel="stylesheet" type="text/css" href="../css/map-editor.css"> - <link rel="stylesheet" type="text/css" href="../asset/characters.css"> - <link rel="stylesheet" type="text/css" href="../asset/armors.css"> + <link rel="stylesheet" type="text/css" href="/css/global.css"> + <link rel="stylesheet" type="text/css" href="/css/map-editor.css"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> </head> <body> |