fix paths

Wed, 31 Jan 2018 14:45:31 +0200

author
Santeri Piippo
date
Wed, 31 Jan 2018 14:45:31 +0200
changeset 40
9200664daf87
parent 33
d91dfc6056a3
child 41
4d87bc126368

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>

mercurial