김서연

css 마무리수정

...@@ -11,7 +11,6 @@ const sslport = 80; ...@@ -11,7 +11,6 @@ const sslport = 80;
11 app.set('view engine','ejs'); 11 app.set('view engine','ejs');
12 app.set('views','./views') 12 app.set('views','./views')
13 app.use(express.urlencoded( {extended : false } )); 13 app.use(express.urlencoded( {extended : false } ));
14 -app.use(express.static(__dirname + '/public'));
15 app.locals.pretty=true; 14 app.locals.pretty=true;
16 15
17 // app.set('view engine','pug'); 16 // app.set('view engine','pug');
......
1 -/* #placeList li{list-style: none;}
2 -#placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;}
3 -#placesList .item span {display: block;margin-top:4px;}
4 -#placesList .item h5, #placesList .item .info {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
5 -#placesList .info .gray {color:#8a8a8a;}
6 -#placesList .info .jibun {padding-left:26px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;}
7 -#placesList .info .tel {color:#009900;} */
...\ No newline at end of file ...\ No newline at end of file
...@@ -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> 5 <title>코로나 백신 의료기관 조회</title>
6 - <!-- <link rel="stylesheet" href="/css/master.css"> --> 6 +
7 <%if(typeof(info)!="undefined"){%> 7 <%if(typeof(info)!="undefined"){%>
8 <script> 8 <script>
9 try { 9 try {
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
14 } 14 }
15 </script> 15 </script>
16 <% }%> 16 <% }%>
17 - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> 17 +
18 - <script type="text/javascript" src="/resource/js/bootstrap.js"></script>
19 </head> 18 </head>
20 <body> 19 <body>
21 <center> 20 <center>
......