diff options
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r-- | src/app/layout.tsx | 1 |
1 files changed, 1 insertions, 0 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>
|