-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<title>도우샘 - 연세대학교 수강신청 서포터</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<div class="w-screen h-screen flex justify-center items-center bg-gray-100" style="font-family: 'Noto Sans KR', sans-serif;">
<div class="p-4">
<p class="text-4xl md:text-5xl text-gray-800">도우샘</p>
<p class="text-base md:text-lg text-gray-700">서비스가 종료되었습니다. 그동안 이용해주셔서 감사드립니다.</p>
<a href="https://lynlab.co.kr/blog">
<button class="mt-12 px-4 py-2 bg-gray-800 hover:bg-gray-100 border-2 border-gray-800 text-gray-100 hover:text-gray-800 cursor-pointer transition duration-300">
<div class="flex flex-row items-center space-x-2">
<i class="text-2xl icon ion-md-arrow-forward"></i>
<span>lynlab으로 이동</span>
</div>
</button>
</a>
</div>
</div>
</body>
</html>