summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/layout.tsx1
-rw-r--r--src/app/page.tsx2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index aa0dad7..c603a6b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -21,6 +21,7 @@ export default function RootLayout({
{children}
<div>
全てのデータは<a href="https://akiba-souken.com/" target="_blank" className="original-href">アキバ総研</a>より。
+ Github:<a href="https://github.com/fushihara/akiba-souken-archive" target="_blank" className="original-href">archive</a> , <a href="https://github.com/fushihara/akiba-souken-crawler" target="_blank" className="original-href">crawler</a>
</div>
</body>
</html>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16e42fe..4f519ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,7 @@
import "./style.css"
export default function Home() {
return (
- <div className="min-h-screen p-8 pb-20">
+ <div className="p-8">
アキバ総研( <a href="https://akiba-souken.com/" target="_blank" className={`original-href`}>https://akiba-souken.com/</a> ) の記事一覧をアーカイブしたページです。このサイト内にアキバ総研の記事本文はありません。<br />
アキバ総研は2024/08/01にサービス終了のアナウンスが行われ、2024/08/31に記事の更新が停止しました。<br />
このアーカイブは2024/08/31~2024/09/30 の間に取得していますが、特定の瞬間のスナップショットではないので、データの不整合がある可能性があります。<br />