Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed 2025/.DS_Store
Binary file not shown.
9 changes: 0 additions & 9 deletions 2025/404.html

This file was deleted.

56 changes: 28 additions & 28 deletions 2025/assets/index-DX2K0XmJ.js → 2025/assets/index-BZDxG0dc.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions 2025/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/e1c80ec669.js" crossorigin="anonymous"></script>
<title>クラブ・サークル紹介</title>
<script type="module" crossorigin src="/hello/2025/assets/index-DX2K0XmJ.js"></script>
<link rel="stylesheet" crossorigin href="/hello/2025/assets/index-xjT7VGUq.css">
<script type="module" crossorigin src="/hello/2025/assets/index-BZDxG0dc.js"></script>
<link rel="stylesheet" crossorigin href="/hello/2025/assets/index-Cj5xW9XU.css">
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 0 additions & 1 deletion 2025/vite.svg

This file was deleted.

24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!doctype html>
<html lang="ja">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="loader.css">
</head>

<body>
<div id="loading">
<div class="loading-wrapper">
<div class="loader"></div>
</div>
<div class="title"><span></span></div>
</div>
</body>
<script>
const path = window.location.pathname;
path.slice("/")[0]
const sliced = "/" + path.split("/").slice(1, 3).join("/");
window.location = `${sliced}/?path=${path}`;
</script>
</html>