-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jjh4450
committed
Dec 25, 2023
1 parent
612223c
commit 86a3587
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
) | ||
} |