Fri, 24 May 2019 17:44:04 +0200
fix stylesheet
templates/webfront.html | file | annotate | diff | comparison | revisions |
--- a/templates/webfront.html Fri May 24 17:37:10 2019 +0200 +++ b/templates/webfront.html Fri May 24 17:44:04 2019 +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>