| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-07 20:12:45 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-07 20:12:45 +0200 | 
| commit | e02a6d61f15ae14e89ddde03f4af5a6d9c8b51c0 (patch) | |
| tree | ee8735e53cbe56dfb0279d05096a98e481b0b813 /src/map-editor | |
| parent | c255684ad2f8257e01855edf13df8d2aece259dc (diff) | |
Moving to SCSS, theme improvements, index p. txt
Diffstat (limited to 'src/map-editor')
| -rw-r--r-- | src/map-editor/www/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/map-editor/www/index.html b/src/map-editor/www/index.html index 2dcbefb..61e551f 100644 --- a/src/map-editor/www/index.html +++ b/src/map-editor/www/index.html @@ -1,8 +1,8 @@  <!DOCTYPE html>  <html>     <head> -      <link rel="stylesheet" type="text/css" href="../global/style.css"> -      <link rel="stylesheet" type="text/css" href="../map-editor/style.css"> +      <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="icon" type="image/x-icon" href="/favicon.ico"> | 


