양윤지

Add favicon

...@@ -14,6 +14,7 @@ body{ ...@@ -14,6 +14,7 @@ body{
14 color: white; 14 color: white;
15 color:rgba(1,1,1,1); 15 color:rgba(1,1,1,1);
16 } 16 }
17 +
17 .header{ 18 .header{
18 width:100vw; 19 width:100vw;
19 height:5vh; 20 height:5vh;
......
...@@ -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>
......