Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title><%= title %></title> | 5 | <title><%= title %></title> |
6 | + <link rel="icon" href = "FindMelogo.png"> | ||
6 | <link rel="stylesheet" href="css/style.css"> | 7 | <link rel="stylesheet" href="css/style.css"> |
7 | <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"> |
8 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> | 9 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> |
... | @@ -27,7 +28,7 @@ | ... | @@ -27,7 +28,7 @@ |
27 | <div class="center"> | 28 | <div class="center"> |
28 | <input type="text" class="input_text" placeholder="소환사 이름"> | 29 | <input type="text" class="input_text" placeholder="소환사 이름"> |
29 | <span class="input-group-btn"> | 30 | <span class="input-group-btn"> |
30 | - <button id="searchButton" class="btn btn-primary" type="button" onclick="search(name)">검색!</button> | 31 | + <button id="searchButton" class="btn btn-primary" type="button" onclick="search(name)">click!</button> |
31 | </span> | 32 | </span> |
32 | </div> | 33 | </div> |
33 | <br></br> | 34 | <br></br> | ... | ... |
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title><%= title %></title> | 5 | <title><%= title %></title> |
6 | + <link rel="icon" href = "FindMelogo.png"> | ||
6 | <link rel="stylesheet" href="css/style.css"> | 7 | <link rel="stylesheet" href="css/style.css"> |
7 | <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"> |
8 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> | 9 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> |
... | @@ -27,7 +28,7 @@ | ... | @@ -27,7 +28,7 @@ |
27 | <div class="center2"> | 28 | <div class="center2"> |
28 | <input type="text" class="input_text" placeholder="소환사 이름"> | 29 | <input type="text" class="input_text" placeholder="소환사 이름"> |
29 | <span class="input-group-btn"> | 30 | <span class="input-group-btn"> |
30 | - <button id="searchButton" class="btn btn-primary" type="button" onclick="search(name)">검색!</button> | 31 | + <button id="searchButton" class="btn btn-primary" type="button" onclick="search(name)">click!</button> |
31 | </span> | 32 | </span> |
32 | </div> | 33 | </div> |
33 | </div> | 34 | </div> | ... | ... |
-
Please register or login to post a comment