Toggle navigation
Toggle navigation
This project
Loading...
Sign in
설승환
/
tp_maple_website
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
설승환
2020-06-22 23:34:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2a03c9b4e3d9571fa825567abb840abb41eeb3b
b2a03c9b
1 parent
d06bf532
html파일 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
23 deletions
web.html
web.html
View file @
b2a03c9
...
...
@@ -6,36 +6,44 @@
<title>
메이플 정보가 궁금하다면? osstpmaple.tk
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie-edge"
>
<meta
name =
"viewport"
content=
"width=device-width, initial-scale=1maximum-scale=1.0, minimum-scale=1.0"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
/>
<link
rel=
"canonical"
href=
"http://osstpmaple.tk"
>
<link
rel=
"stylesheet"
href=
"https://www.w3schools.com/w3css/4/w3.css"
>
<meta
name=
"keyword"
content=
"무릉, 더시드, 유니온, 직업랭킹, 종합랭킹"
/>
</head>
<style>
body
{
background-image
:
url('https://ssl.nx.com/s2/game/maplestory/renewal/common/media/artwork/artwork_13.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
</style>
<body>
<div
class=
"search-box"
>
<form
action =
"http://osstpmaple.tk/search"
class=
"search"
>
<input
type=
"text"
name=
"q"
value=
""
maxlength=
"12"
required
placeholder=
"캐릭터 길드 이름"
/>
<header>
<ul>
<li>
<a
href=
"https://maplestats.com/home"
>
스탯 계산기
</a>
</li>
<li>
<a
href=
"maple.inven.co.kr"
>
인벤
</a>
</li>
</ul>
<div
class=
"search box"
>
<form
action =
"http://osstpmaple.tk/search"
name=
"search"
>
<input
type=
"text"
name=
"q"
value=
""
maxlength=
"12"
required
placeholder=
"캐릭터 길드 이름"
/>
<button
type=
"submit"
>
<i
class=
"fas fa-search"
></i>
</button>
</form>
</div>
<section
class=
"mt-4 container"
>
<
form
action=
"http://osstpmaple.tk/search
"
>
<
div
class=
"col-lg-6 offset-lg-3
"
>
<div
class=
"
row
"
>
<div
class=
"
input-group
"
>
<
input
type=
"text"
class=
"form-control form-control-lg"
aria-label=
"캐릭터명 또는 길드명을 입력해주세요!"
placeholder=
"캐릭터명 또는 길드명을 입력해주세요!"
name=
"q
"
>
<div
class=
"input-group-append
"
>
<button
class=
"btn btn-maple"
type=
"submit
"
>
검색
</button>
</form>
</div>
</header
>
<
section
class=
"content
"
>
<
form
action=
"http://osstpmaple.tk/search
"
>
<div
class=
"
content-inside
"
>
<div
class=
"
row
"
>
<
div
class=
"input-group
"
>
<input
type=
"text"
class=
"input-bar"
aria-label=
"캐릭터명 또는 길드명을 입력해주세요!"
placeholder=
"캐릭터명 또는 길드명을 입력해주세요!"
name=
"q
"
>
<button
class=
"in_button"
type=
"submit"
name=
"search
"
>
검색
</button>
</div>
</div>
</div>
</div>
</form>
</section>
</form>
</section>
</body>
<footer
class=
"footer"
>
osstpmaple.tk는 학생의 프로젝트이며, Nexon korea와 아무 관련이 없습니다.
</footer>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment