diff options
| -rw-r--r-- | html/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/index.html b/html/index.html index 283074e..77e22c3 100644 --- a/html/index.html +++ b/html/index.html @@ -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> |
