Skip to content

Commit c25b084

Browse files
committed
fix resource href
1 parent 3d51427 commit c25b084

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<link rel="apple-touch-icon" href="public/icon.png">
1111

12-
<link rel="stylesheet" href="public/css/tabulator.min.css">
13-
<link rel="stylesheet" href="public/css/main.css">
12+
<link rel="stylesheet" href="./css/tabulator.min.css">
13+
<link rel="stylesheet" href="./css/main.css">
1414

1515
<base href="/">
1616

@@ -88,8 +88,8 @@
8888
</div>
8989

9090
<!--------------------Script-------------------->
91-
<script src="public/js/vendor/tabulator.min.js"></script>
92-
<script src="public/js/main.js"></script>
91+
<script src="./js/vendor/tabulator.min.js"></script>
92+
<script src="./js/main.js"></script>
9393

9494
</body>
9595

0 commit comments

Comments
 (0)