-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.57 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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>홈 - The Powder Toy Korea</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" href="./resource/icon.ico" type="image/x-icon">
</head>
<body>
<header>
<a href="https://powdertoy.co.uk/">
<img src="./resource/logo.svg" alt="Go to the main homepage." width="32" height="32" class="absolute">
</a>
<nav>
<ul>
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./download.html">Download</a></li>
<li><a href="https://cafe.naver.com/powdertoy">Community</a></li>
</ul>
</nav>
</header>
<div class="head-wrap">
<div class="head-picture">
<img src="./resource/head_picture.png" alt="Space" class="cover">
</div>
<div class="head-text">The Powder Toy Korea</div>
<div class="cohead-text">Being ready…</div>
</div>
<div class="main-text">
<div class="ghlink"><a href="https://github.com/The-Powder-Toy-Korea">→ GitHub로 이동하기</a></div><br>
안녕하세요. 이곳은 The Powder Toy의 비공식 한국어 홈페이지입니다.<br>
The Powder Toy에 대한 다양한 자료들을 제공할 예정입니다.<br><br>
상단 좌측의 단추를 눌러 The Powder Toy 공식 홈페이지로 이동합니다.<br>
상단의 'Download' 단추를 눌러 한국어 모드를 내려받습니다.<br>
상단의 'Community' 단추를 눌러 공식 대한민국 네이버 카페로 이동합니다.
</div>
</body>
</html>