이재용

TITLE 변경 및 버튼 위치 개선

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