| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-08 11:54:16 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-08 11:54:16 +0200 | 
| commit | 0e15e48cf698c6d146ec3a93f844f03509111c6a (patch) | |
| tree | 4c2abb69f01d876afc21663e3b6277c412dc9dcd /src/map-editor/www | |
| parent | 9d0475892354be33fa250b33ff0fc858aedb957a (diff) | |
Starting to work on the sign-{in,out,up} page.
Diffstat (limited to 'src/map-editor/www')
| -rw-r--r-- | src/map-editor/www/index.html | 6 | 
1 files changed, 2 insertions, 4 deletions
| 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> | 


