]> gitweb.ps.run Git - lolstats/commitdiff
changed static file path
authorroot <root@patdog.de>
Mon, 10 Dec 2018 17:54:04 +0000 (18:54 +0100)
committerroot <root@patdog.de>
Mon, 10 Dec 2018 17:54:04 +0000 (18:54 +0100)
html/index.html

index 283074ea1617f443ac42a89b59aa884318a47b6c..77e22c385fa70f53c8cca7f569689f9804d41a3a 100644 (file)
@@ -5,7 +5,7 @@
     <title>lol stats</title>
     <link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:700" rel="stylesheet">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
-    <link rel="stylesheet" href="style.css">
+    <link rel="stylesheet" href="lol/style.css">
     <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.js"></script>
     <script src="https://code.jquery.com/jquery-3.3.1.js"></script>
@@ -46,6 +46,6 @@
     </div>
 
     <!-- Vue.js Script -->
-    <script src="script.js"></script>
+    <script src="lol/script.js"></script>
   </body>
 </html>