-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 1.63 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
28
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>선린인터넷고등학교 콘텐츠디자인과</title>
<link rel="icon" href="image/favicon.ico">
<!-- OpenGraph -->
<meta property="og:title" content="선린인터넷고등학교 콘텐츠디자인과">
<meta name="og:description" content="상상을 현실로">
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- Font & Icons -->
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet" />
</head>
<body>
<div id="container">
<img id="sunrin" src="image/sunrin.svg" alt="선린인터넷고등학교 로고" width="36px">
<h1>안내드립니다</h1>
<p>최근 sunrin.graphics 호스팅이 만료되어 기존 데이터가 전부 유실된 상황입니다. 현재 <a href="https://thisplay.sunrin.graphics" target="_blank">콘텐츠디자인과 시연회(thisPlay!)</a>를 제외한 모든 사이트 접속이 불가능하며, 빠른 시일 내에 복구할 예정입니다. 불편을 드려 죄송합니다.</p>
<div id="buttons">
<a class="button" href="https://thisplay.sunrin.graphics" target="_blank"><i class="fa-solid fa-link fa-xs"></i>thisPlay!</a>
<a class="button" href="https://sunrint.sen.hs.kr" target="_blank"><i class="fa-solid fa-link fa-xs"></i>선린인터넷고등학교</a>
</div>
</div>
</body>
</html>