-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
38 lines (37 loc) · 1.36 KB
/
main.html
File metadata and controls
38 lines (37 loc) · 1.36 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<title>로파모</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<div class="container">
<p onclick="location.href='/'">
<img src="/img/로파모.jpg" alt="Click me" width="100">
</p>
<button onclick="location.href='char_data/new'">캐릭터 정보 등록</button>
<button onclick="location.href='party_data/new'">파티 정보 등록</button>
<button onclick="location.href='char_data/'">등록된 캐릭터 보기</button>
</div>
<nav id="topMenu">
<ul>
<li><a class="menuLink" href="/party_data_Legend">군단장 레이드</a></li>
<li><a class="menuLink" href="/party_data_Urbis">어비스 레이드</a></li>
<li><a class="menuLink" href="/party_data_Kazeros">카제로스 레이드</a></li>
<li><a class="menuLink" href="/party_data_Epic">에픽 레이드</a></li>
</ul>
</nav>
</header>
<main>
<div class="main_box">
<h2>업데이트 예정 레이드</h2>
<ul><img src="/img/에키드나.png" width="800"></ul>
<ul><img src="/img/베히모스.jpg" width="800"></ul>
<ul><img src="/img/강습레이드.jpg" width="800"></ul>
</div>
</main>
</body>
</html>