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-01 23:54:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f6336838ad18b8d6eb8b3f2d3137fddf27b0636
1f633683
1 parent
08ea530c
추가 버튼, 기타 설정 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
web.html
web.html
View file @
1f63368
<!doctype html>
<html
lang=
"ko"
>
<head>
<script
src=
'https://kit.fontawesome.com/a076d05399.js'
></script>
<meta
charset=
"utf-8"
>
<title>
메이플 정보가 궁금하다면?
maple.ran
k
</title>
<title>
메이플 정보가 궁금하다면?
osstpmaple.t
k
</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"
>
</head>
<style>
body
{
...
...
@@ -13,9 +15,27 @@
}
</style>
<body>
<form
action=
"/action_page.php"
>
<label
for=
"name"
>
닉네임:
</label>
<input
type=
"text"
id=
"name"
name=
"name"
><br><br>
<button>
검색
</button>
<div
class=
"search-box"
>
<form
action =
"http://osstpmaple.tk/search"
class=
"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>
</div>
</div>
</div>
</div>
</form>
</section>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment