Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Feb 1, 2024
1 parent d7a05d4 commit d6e8f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/subpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<title>Template | Subpage</title>

<!-- script -->
<script type="module" src="./bundle.min.js" defer></script>
<script type="module" src="./_src/bundle.min.js" defer></script>

<!-- style -->
<link rel="stylesheet" href="./bundle.min.css">
<link rel="stylesheet" href="./_styles/bundle.min.css">
</head>
<body>
<a href="/">/</a>
Expand Down

0 comments on commit d6e8f56

Please sign in to comment.