이재용

TITLE 변경 및 버튼 위치 개선

......@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title><%= title %></title>
<title>"TFT-MY-GALAXY"</title>
<link rel="icon" href = "DUDUDUNGA.PNG">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
......@@ -42,15 +42,15 @@
<body>
<div class="imgOpacity">
<div class="center">
<img src= "DUDUDUNGA.PNG" width = 300, height = 300/>
<img src= "DUDUDUNGA.PNG" width = 500, height = 200/>
</div>
<div class="center2">
<input type="text" class="input_text" placeholder="소환사 이름">
<span class="input-group-btn">
<button id="searchButton" class="btn btn-primary" type="button">click!</button>
</span>
<input type="text" class="input_text" placeholder="소환사 이름" style="padding-left:100px">
</div>
<ul id="resultData" style="margin-top:100px"></ul>
<div class="center3">
<button id="searchButton" class="btn btn-primary" type="button" >click!</button>
</div>
<center><ul id="resultData" style="margin-top:100px"></ul></center>
</div>
</body>
</html>
......