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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<script src="https://cdn.tailwindcss.com"></script>

<!-- React 18 -->
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js" crossorigin></script>
<script
src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"
crossorigin
></script>
<script
src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"
crossorigin
Expand Down Expand Up @@ -186,7 +189,7 @@
}
</style>
</head>
<body class="relative overflow-x-hidden">
<body class="relative overflow-x-hidden bg-[#0d0914] text-slate-200 min-h-screen">
<!-- Floating Halloween particles (pure HTML, no JS map) -->
<span class="particle" style="left: 5%; animation-duration: 12s; animation-delay: 0s"
>🎃</span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<script src="/vendor/tailwindcss/script.js"></script>

<!-- React 18 -->
<script src="/vendor/react/react.production.min.js" crossorigin></script>
<script
src="/vendor/react/react.production.min.js"
crossorigin
></script>
<script
src="/vendor/react-dom/react-dom.production.min.js"
crossorigin
Expand Down Expand Up @@ -186,7 +189,7 @@
}
</style>
</head>
<body class="relative overflow-x-hidden">
<body class="relative overflow-x-hidden bg-[#0d0914] text-slate-200 min-h-screen">
<!-- Floating Halloween particles (pure HTML, no JS map) -->
<span class="particle" style="left: 5%; animation-duration: 12s; animation-delay: 0s"
>🎃</span
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ <h1 class="site-title">

<footer>
<span class="footer-icon">🧪</span>
Generated on 2026-02-27 04:39:05 UTC
Generated on 2026-02-27 05:05:08 UTC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

自動生成ファイルへの直接差分は避けてください。

public/index.html は生成物のため、手編集ではなく python generate_index.py の結果のみを反映してください。今回のようなタイムスタンプ単独差分は、元データ変更がなければ PR から外すのが望ましいです。
As per coding guidelines public/index.html: Do not directly edit public/index.html - it is auto-generated by python generate_index.py

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/index.html` at line 798, This change edits an auto-generated artifact
(public/index.html) only to update the timestamp; revert this manual edit and
instead regenerate the file using the generator (run python generate_index.py)
so the timestamp and contents come from the source data, or remove the
timestamp-only change from the PR if upstream data hasn't changed; reference the
generated artifact public/index.html and the generator script python
generate_index.py when making the fix.

</footer>

<script>
Expand Down