We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc50957 commit 9b8c171Copy full SHA for 9b8c171
1 file changed
docs/index.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width,initial-scale=1" />
6
<title>Nida Card Demo</title>
7
- <link rel="stylesheet" href="/demo.css" />
+ <link rel="stylesheet" href="demo.css" />
8
</head>
9
<body>
10
<header class="topbar">
@@ -48,6 +48,6 @@
48
</section>
49
</main>
50
51
- <script type="module" src="/demo.js"></script>
+ <script type="module" src="demo.js"></script>
52
</body>
53
</html>
0 commit comments