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 2, 2024
1 parent ad93d53 commit 0136fda
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 @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./_assets/favicon.ico" type="image/x-icon">
<title>Template | Subpage</title>

<!-- script -->
Expand All @@ -13,6 +13,6 @@
<link rel="stylesheet" href="./_styles/bundle.min.css">
</head>
<body>
<a href="/">/</a>
<a href="../">/</a>
</body>
</html>

0 comments on commit 0136fda

Please sign in to comment.