송효섭

favicon.ico updated

This diff is collapsed. Click to expand it.
No preview for this file type
This diff is collapsed. Click to expand it.
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
8 <meta charset="UTF-8"> 8 <meta charset="UTF-8">
9 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10 <link rel="stylesheet" href='/stylesheets/mapPage_style.css' type="text/css"> 10 <link rel="stylesheet" href='/stylesheets/mapPage_style.css' type="text/css">
11 + <link rel="shortcut icon" href="/images/favicon.ico">
12 + <link rel="icon" href="/images/favicon.ico">
11 </head> 13 </head>
12 14
13 <body> 15 <body>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
3 <head> 3 <head>
4 <title>Culture Gallery</title> 4 <title>Culture Gallery</title>
5 <link rel="stylesheet" href='/stylesheets/login_style.css' type="text/css"> 5 <link rel="stylesheet" href='/stylesheets/login_style.css' type="text/css">
6 + <link rel="shortcut icon" href="/images/favicon.ico">
7 + <link rel="icon" href="/images/favicon.ico">
6 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script> 8 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
7 9
8 </head> 10 </head>
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
3 <head> 3 <head>
4 <title>Culture Gallery</title> 4 <title>Culture Gallery</title>
5 <link rel="stylesheet" href='/stylesheets/main_style.css' type="text/css"> 5 <link rel="stylesheet" href='/stylesheets/main_style.css' type="text/css">
6 + <link rel="shortcut icon" href="/images/favicon.ico">
7 + <link rel="icon" href="/images/favicon.ico">
8 +
6 </head> 9 </head>
7 10
8 <body> 11 <body>
...@@ -18,9 +21,7 @@ ...@@ -18,9 +21,7 @@
18 <li><a href="">Contact</a></li> 21 <li><a href="">Contact</a></li>
19 </ul> 22 </ul>
20 </div> 23 </div>
21 - <div class="title"> 24 +
22 - <h1>Culture Gallery</h1>
23 - </div>
24 <div class="welcome"> 25 <div class="welcome">
25 <h1>어떤 공연을 찾으시나요?</h1> 26 <h1>어떤 공연을 찾으시나요?</h1>
26 <div class="search-box"> 27 <div class="search-box">
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <title>Culture Gallery</title> 7 <title>Culture Gallery</title>
8 <link rel="stylesheet" href='/stylesheets/login_style.css' type="text/css"> 8 <link rel="stylesheet" href='/stylesheets/login_style.css' type="text/css">
9 + <link rel="shortcut icon" href="/images/favicon.ico">
10 + <link rel="icon" href="/images/favicon.ico">
11 +
9 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script> 12 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
10 </head> 13 </head>
11 14
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
5 <meta charset="utf-8" /> 5 <meta charset="utf-8" />
6 <title>send page title</title> 6 <title>send page title</title>
7 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script> 7 <script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
8 + <link rel="shortcut icon" href="/images/favicon.ico">
9 + <link rel="icon" href="/images/favicon.ico">
8 <script src="../javascripts/send.js"></script> 10 <script src="../javascripts/send.js"></script>
9 </head> 11 </head>
10 12
......