Skip to content

Commit e2b52ed

Browse files
JohannJohann
authored andcommitted
fix: code
1 parent 9b8c171 commit e2b52ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
66
<title>Nida Card Demo</title>
7-
<link rel="stylesheet" href="demo.css" />
7+
<link rel="stylesheet" href="./demo.css" />
88
</head>
99
<body>
1010
<header class="topbar">
@@ -48,6 +48,6 @@
4848
</section>
4949
</main>
5050

51-
<script type="module" src="demo.js"></script>
51+
<script type="module" src="./demo.js"></script>
5252
</body>
5353
</html>

0 commit comments

Comments
 (0)