web.html 1.68 KB
<!doctype html>
<html lang="ko">
<head>
	<script src='https://kit.fontawesome.com/a076d05399.js'></script>
	<meta charset="utf-8">
	<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>
<body>
	<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>
	</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>
		</form>
	</section>
</body>
<footer class="footer">
	osstpmaple.tk는 학생의 프로젝트이며, Nexon korea와 아무 관련이 없습니다.
</footer>
</html>