We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07551b4 commit 38b76d9Copy full SHA for 38b76d9
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>yeeah</title>
6
- <link href="/dist/css/calendar_js.css" rel="stylesheet" type="text/css" />
+ <link href="dist/css/calendar_js.css" rel="stylesheet" type="text/css" />
7
</head>
8
<body>
9
<div id="calendar_js"></div>
@@ -418,6 +418,6 @@
418
]
419
};
420
</script>
421
-<script src="/dist/js/calendar_js.js"></script>
+<script src="dist/js/calendar_js.js"></script>
422
</body>
423
-</html>
+</html>
0 commit comments