Skip to content

Commit

Permalink
fix : 백엔드 접속 페이지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdghdwns199 committed Feb 2, 2025
1 parent 658bd68 commit 0e79d42
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions server/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<title>환영합니다</title>
<title>양세찬 게임</title>
<link rel="icon" href="WAG02.jpeg">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
body {
font-family: 'Permanent Marker', cursive;
background: linear-gradient(135deg, #ff69b4, #8a2be2);
background: rgb(89,89,89);
color: #fff;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -40,7 +41,7 @@
}
.link-list {
text-align: center;
margin-top: 30px;
margin-top: 10px;
}
.link-list a {
display: inline-block;
Expand Down Expand Up @@ -79,10 +80,11 @@
<body>
<div class="container">
<img src="./WAG02.jpeg" alt="환영합니다 이미지">
<h1>백엔드 페이지엔 어연 일로..?</h1>
<h1>알고 계셨나요?</h1>
<div class="link-list">
<a href="/oauth2/authorization/kakao">카카오로 로그인</a>
<a href="/oauth2/authorization/google">구글로 로그인</a>
<h2>양세찬 게임의 원래 이름은 Call My Name 입니다!</h2>
<div class="link-list">
<h3>예능 프로그램인 런닝맨에서 양세찬 씨가 게임을 너무 못해서 지어진 이름이에요!</h3>
</div>
</div>
</body>
Expand Down

0 comments on commit 0e79d42

Please sign in to comment.