-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol.html
More file actions
49 lines (48 loc) · 2.12 KB
/
control.html
File metadata and controls
49 lines (48 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PUBG</title>
<link rel="stylesheet" type="text/css" href="/web/css/style.css">
<link rel="manifest" href="/web/manifest.json">
<link rel="icon" href="/web/images/icon32x32.png" type="image/x-icon">
<link rel="apple-touch-icon" href="/web/images/icon256x256.png">
<meta name="theme-color" content="#161616"/>
<meta name="apple-mobile-web-app-apable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="PUBG-GUIDE">
<meta name="description" content="PUBG GUIDE">
</head>
<body class="fullscreen">
<div class="container">
<div class="sidebar">
<h1 class="site-title">
<a href="/web/" rel="home">PUBG</a>
</h1>
<li class="menu">
<a href="/web/intro.html">게임 소개</a>
</li>
<li class="menu">
<a href="/web/control.html">게임 조작</a>
</li>
</div>
<div class="main" style="background-color:white">
<div class="v_img" style="background-image:url(/web/images/intro/img_page.jpg)"></div>
<div class="content" style="">
<h1 class="h_tit">컨트롤 가이드</h1>
<h2>카카오게임 배틀그라운드 기본 조작법입니다.</h2>
<h2>조작법은 설정에서 언제든지 변경 가능합니다!</h2>
<h2 class="h_tit2">일반</h2>
<p>
<img style="max-width:100%" src="/web/images/control/control1.png">
</p>
<p>
<img style="max-width:100%" src="/web/images/control/control2.PNG" width="1920" height="1080">
</p>
</div>
</div>
</div>
</body>
</html>