황성연

로고, title 변경

......@@ -14,7 +14,7 @@ module.exports = function(app){
var rotation_champ_newbie = new Array();
app.get('/', function(req, res) {
res.render('main', { title: 'R U TROLL?' });
res.render('main', { title: 'LOL INFO' });
});
app.get('/search/:username/', function(req, res, next){
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title><%= title %></title>
<link rel="icon" href = "/FindMelogo.png">
<link rel="icon" href = "/lolinfologo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
......@@ -25,7 +25,7 @@
<div class="imgOpacity">
<div class="center">
<img src= "/FindMelogo.png" width = 150, height = 150/>
<img src= "/lolinfologo.png" width = 150, height = 150/>
</div>
<div class="center2">
<input type="text" class="input_text" placeholder="소환사 이름">
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title><%= title %></title>
<link rel="icon" href = "FindMelogo.png">
<link rel="icon" href = "lolinfologo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
......@@ -23,7 +23,7 @@
<body>
<div class="imgOpacity">
<div class="center">
<img src= "FindMelogo.png" width = 300, height = 300/>
<img src= "lolinfologo.png" width = 300, height = 300/>
</div>
<div class="center2">
<input type="text" class="input_text" placeholder="소환사 이름">
......