설승환

html파일 수정

Showing 1 changed file with 31 additions and 23 deletions
......@@ -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
......