설승환

추가 버튼, 기타 설정 추가

Showing 1 changed file with 25 additions and 5 deletions
<!doctype html>
<html lang="ko">
<head>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<meta charset="utf-8">
<title> 메이플 정보가 궁금하다면? maple.rank </title>
<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">
</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
......