Showing
5 changed files
with
5 additions
and
5 deletions
lolinfo/public/FindMelogo.png
deleted
100644 → 0
139 KB
lolinfo/public/lolinfologo.png
0 → 100644
60.5 KB
... | @@ -14,7 +14,7 @@ module.exports = function(app){ | ... | @@ -14,7 +14,7 @@ module.exports = function(app){ |
14 | var rotation_champ_newbie = new Array(); | 14 | var rotation_champ_newbie = new Array(); |
15 | 15 | ||
16 | app.get('/', function(req, res) { | 16 | app.get('/', function(req, res) { |
17 | - res.render('main', { title: 'R U TROLL?' }); | 17 | + res.render('main', { title: 'LOL INFO' }); |
18 | }); | 18 | }); |
19 | 19 | ||
20 | app.get('/search/:username/', function(req, res, next){ | 20 | app.get('/search/:username/', function(req, res, next){ | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +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="icon" href = "/lolinfologo.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"> |
9 | <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"> |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | <div class="imgOpacity"> | 26 | <div class="imgOpacity"> |
27 | <div class="center"> | 27 | <div class="center"> |
28 | - <img src= "/FindMelogo.png" width = 150, height = 150/> | 28 | + <img src= "/lolinfologo.png" width = 150, height = 150/> |
29 | </div> | 29 | </div> |
30 | <div class="center2"> | 30 | <div class="center2"> |
31 | <input type="text" class="input_text" placeholder="소환사 이름"> | 31 | <input type="text" class="input_text" placeholder="소환사 이름"> | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +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="icon" href = "lolinfologo.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"> |
9 | <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"> |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | <body> | 23 | <body> |
24 | <div class="imgOpacity"> | 24 | <div class="imgOpacity"> |
25 | <div class="center"> | 25 | <div class="center"> |
26 | - <img src= "FindMelogo.png" width = 300, height = 300/> | 26 | + <img src= "lolinfologo.png" width = 300, height = 300/> |
27 | </div> | 27 | </div> |
28 | <div class="center2"> | 28 | <div class="center2"> |
29 | <input type="text" class="input_text" placeholder="소환사 이름"> | 29 | <input type="text" class="input_text" placeholder="소환사 이름"> | ... | ... |
-
Please register or login to post a comment