Skip to content

Commit 2d4848d

Browse files
cssninjacssninja
authored andcommitted
fixed demo
1 parent 093149b commit 2d4848d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
1414
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1515

16-
<link rel="stylesheet" href="/css/app.css">
17-
<link rel="stylesheet" type="text/css" href="/css/main.css">
16+
<link rel="stylesheet" href="css/app.css">
17+
<link rel="stylesheet" type="text/css" href="css/main.css">
1818
</head>
1919

2020
<body>
@@ -791,7 +791,7 @@ <h3>Follow Us</h3>
791791
</div>
792792
</div>
793793
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
794-
<script src="./js/bundle.js"></script>
794+
<script src="js/bundle.js"></script>
795795

796796
</body>
797797

0 commit comments

Comments
 (0)