Skip to content

Commit 38b76d9

Browse files
authored
Update index.html
1 parent 07551b4 commit 38b76d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>yeeah</title>
6-
<link href="/dist/css/calendar_js.css" rel="stylesheet" type="text/css" />
6+
<link href="dist/css/calendar_js.css" rel="stylesheet" type="text/css" />
77
</head>
88
<body>
99
<div id="calendar_js"></div>
@@ -418,6 +418,6 @@
418418
]
419419
};
420420
</script>
421-
<script src="/dist/js/calendar_js.js"></script>
421+
<script src="dist/js/calendar_js.js"></script>
422422
</body>
423-
</html>
423+
</html>

0 commit comments

Comments
 (0)