diff options
author | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 20:33:38 +0900 |
---|---|---|
committer | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 20:33:38 +0900 |
commit | cc3ba94d19ab4ffa04bad40226488dd75cf4e920 (patch) | |
tree | ed193b74395a7252a6d65f4eaee30a2c909267d4 /src | |
parent | 35075439c03b8a61f9ff6acd0b8250ef3e1b234d (diff) |
cssとフッター修正
Diffstat (limited to 'src')
-rw-r--r-- | src/app/layout.tsx | 1 | ||||
-rw-r--r-- | src/app/page.tsx | 2 |
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 /> |