We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d51427 commit c25b084Copy full SHA for c25b084
1 file changed
public/index.html
@@ -9,8 +9,8 @@
9
10
<link rel="apple-touch-icon" href="public/icon.png">
11
12
- <link rel="stylesheet" href="public/css/tabulator.min.css">
13
- <link rel="stylesheet" href="public/css/main.css">
+ <link rel="stylesheet" href="./css/tabulator.min.css">
+ <link rel="stylesheet" href="./css/main.css">
14
15
<base href="/">
16
@@ -88,8 +88,8 @@
88
</div>
89
90
<!--------------------Script-------------------->
91
-<script src="public/js/vendor/tabulator.min.js"></script>
92
-<script src="public/js/main.js"></script>
+<script src="./js/vendor/tabulator.min.js"></script>
+<script src="./js/main.js"></script>
93
94
</body>
95
0 commit comments