treesummaryrefslogcommitdiff
path: root/html
diff options
context:
space:
mode:
authorroot2018-12-10 18:54:04 +0100
committerroot2018-12-10 18:54:04 +0100
commit21b7c64fe3e593bf1784cf37abb77cf4c50c501d (patch)
tree37888f473f74fe3ae76dfe0999693d40dc827964 /html
parent7aecc11333eeff555614048d16b4073ce65f7812 (diff)
downloadlolstats-21b7c64fe3e593bf1784cf37abb77cf4c50c501d.tar.gz
lolstats-21b7c64fe3e593bf1784cf37abb77cf4c50c501d.zip
changed static file path
Diffstat (limited to 'html')
-rw-r--r--html/index.html4
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>