Wed, 31 Jan 2018 14:45:31 +0200
fix paths
templates/webfront.html | file | annotate | diff | comparison | revisions |
--- a/templates/webfront.html Wed Jan 31 14:36:36 2018 +0200 +++ b/templates/webfront.html Wed Jan 31 14:45:31 2018 +0200 @@ -1,8 +1,8 @@ <!DOCTYPE html> <html> <head> - <link rel="icon" href="../static/favicon.ico" /> - <link rel="stylesheet" href="../static/style.css" /> + <link rel="icon" href="static/favicon.ico" /> + <link rel="stylesheet" href="static/style.css" /> <title>LDraw part verification tool</title> </head> <body>