pref: update Footer
Some checks failed
CI / deploy (push) Has been cancelled

This commit is contained in:
thehrz 2024-08-17 09:59:28 +08:00
parent 65b25e7ef3
commit fe04e92e04
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
3 changed files with 2 additions and 8 deletions

View File

@ -1,5 +0,0 @@
import { NextRequest, NextResponse } from "next/server";
export async function GET(request: NextRequest) {
return NextResponse.json(request.headers.get('X-Forwarded-For'))
}

View File

@ -5,7 +5,7 @@ export default function Home() {
<div className='max-w-full flex justify-center m-auto'>
<div className='hero-content text-center'>
<div className='max-w-md'>
<h1 className='text-5xl font-bold'>ipv6-test</h1>
<h1 className='text-5xl font-bold'>IPv6测试</h1>
<p className='py-6'>IPv6测试服务</p>
<button className='btn btn-primary'></button>
</div>

View File

@ -3,8 +3,7 @@ export default function Footer() {
<footer className='footer footer-center bg-base-300 text-base-content p-4'>
<aside>
<p>
Copyright © {new Date().getFullYear()} - All right reserved by ACME
Industries Ltd
Copyright © 2024 - All right reserved by thehrz
</p>
</aside>
</footer>