Skip to content

Commit

Permalink
fix: legacy files
Browse files Browse the repository at this point in the history
  • Loading branch information
1Step621 committed May 17, 2024
1 parent b2a79b7 commit 33f04c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion public/JavaScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ const loadFile = function() {
content = result;
$("head").prepend(content)
});
};
};

$(function() {
loadFile();
});
2 changes: 1 addition & 1 deletion public/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<header>
<a href="https://1step621.github.io/" class="block-link">
<div class="page-title">
<img src="https://1step621.github.io/assets/icon.svg" alt="アイコン" width="50">
<img src="https://1step621.github.io/icon.svg" alt="アイコン" width="50">
<h1 class="page-title-text">1STEP621</h1>
</div>
</a>
Expand Down
1 change: 1 addition & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f04c7

Please sign in to comment.