-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_experiment.html
More file actions
52 lines (51 loc) · 2.6 KB
/
index_experiment.html
File metadata and controls
52 lines (51 loc) · 2.6 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
<!-- 메이플스토리1에 서식하는(지금도 하고 계실지 모르는) 비숍의하루님, 몇 년(10년동도)동안 닉네임을 다른 곳에서 사용해서 죄송합니다. -->
<!-- Document Created 2018-05-23(UTC +9:00), Republic of Korea, Using Visual Studio Code -->
<!-- This Document can be only used for NON-COMMERCIAL USE and for Job Hiring Samples. -->
<!-- You Can Modify, Copy, hide, use commerial use with removing Copyright(Nexon Corp.'s All of resources). -->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>그저 메이플스토리2 공략을 만들어 보고 싶어서 만들어 본 사이트</title>
</head>
<body>
<header>
<div>
<img src="res/20180530_170408_16.jpg" alt="헤더 이미지">
<h1>Greetings!</h1>
<h1>메이플스토리2의 스카니아 서버에 서식하는 비숍의하루님의 Github에 오신 것을 환영합니다!</h1>
</div>
</header>
<nav>
<ul>
<li>준비중</li>
</ul>
</nav>
<section>
<article class="select_box_type">
<div>
<p>뉴비/스카이 포트리스 출몰 이전 유저</p>
<p>스카이 포트리스 이후 유저</p>
</div>
</article>
<article>
<div>
<h2>현재의 메이플스토리2 :: 2018년 5월 30일 기준</h2>
<ul>
<li>에픽 퀘스트가 남아 있으면 먼저 에픽 퀘스트를 깨보자!</li>
<li>2018년 2월 이후로 에픽 퀘스트는 변경된 점이 없음.</li>
<li>50레벨 ~ 70레벨 경험치 구간 대폭 감소</li>
<li>매일 10회. 매주 30회 레이드/모험 던전 보상!</li>
<li>매일매일 누구나 즐기는 카오스 레이드 던전</li>
<li>주말에만 즐기는 리버스 레이드 던전</li>
<li>짐 나르기의 달인이 되어 보자! 캐시마트 아르바이트</li>
<li>더욱 편해진 생활 기술 숙련도 상승</li>
<li>로딩 최적화 패치 적용됨</li>
<li>여전한 성능 누수. 오래 하면 클라이언트를 다시 틀어 주자.</li>
</ul>
</div>
</article>
</section>
<footer>footer Area test. Content Created By Dongyeong Kim.</footer>
</body>
</html>