Skip to content

Commit

Permalink
change: Remove .html from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow committed Aug 22, 2024
1 parent 465889d commit ec2d722
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 73 deletions.
14 changes: 7 additions & 7 deletions currency-selection.html → currency-selection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>おいくらサッツ - 通貨</title>

<link rel="stylesheet" type="text/css" href="./styles.css">
<link rel="stylesheet" type="text/css" href="/styles.css">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -21,10 +21,10 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Lokuyow">

<link rel="icon" href="./favicons/favicon.ico" sizes="48x48">
<link rel="icon" href="./images/icon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="./favicons/apple-touch-icon.png">
<link rel="manifest" href="./manifest.json">
<link rel="icon" href="/favicons/favicon.ico" sizes="48x48">
<link rel="icon" href="/images/icon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#B3475F" />

<meta name="mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -76,8 +76,8 @@
</button>
</div>

<script defer type="module" src="./lib/currencySelection.js"></script>
<script defer src="./lib/[email protected]"></script>
<script defer type="module" src="/lib/currencySelection.js"></script>
<script defer src="/lib/[email protected]"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2 class="subject">設定</h2>
<div>
通貨
</div>
<a class="settings-btn normal-btn" href="currency-selection.html">
<a class="settings-btn normal-btn" href="./currency-selection/">
並び替え、変更する
</a>

Expand Down
Loading

0 comments on commit ec2d722

Please sign in to comment.