Skip to content

Commit

Permalink
[Feat] #5 업로드 페이지 라우터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjh4450 committed Dec 25, 2023
1 parent 612223c commit 86a3587
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _frontend/petadrop/src/app/uproad/page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import exp from 'constants'
import Image from 'next/image'
import Link from 'next/link'

// export function Login() {
// return(
// <div className="lg:w-2/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
// <h2 className="text-gray-900 text-lg font-medium title-font mb-5">Sign In</h2>
// {/* <Link href={`https://google.com`} className="block text-center"> */}
// <Link href={`http://localhost:8080/oauth2/authorization/google`} className="block text-center">
// <button className="text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg w-full">Gmail</button>
// </Link>
// <p className="text-xs text-gray-500 mt-3">로그인 하여 Peatdrop의 더 많은 서비스를 사용하세요!</p>
// </div>
// )
// }

export default function Home() {
return (
<main>
Upload Page
</main>
)
}

0 comments on commit 86a3587

Please sign in to comment.