Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서연
/
Corona_Vaccination_Medical_Institution
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김서연
2021-06-05 19:08:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48dcf079c11ba8cd1a0fffe9e76cb85863f09f58
48dcf079
1 parent
0d3e3681
css 마무리수정
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
app.js
public/css/master.css
views/index.ejs
app.js
View file @
48dcf07
...
...
@@ -11,7 +11,6 @@ const sslport = 80;
app
.
set
(
'view engine'
,
'ejs'
);
app
.
set
(
'views'
,
'./views'
)
app
.
use
(
express
.
urlencoded
(
{
extended
:
false
}
));
app
.
use
(
express
.
static
(
__dirname
+
'/public'
));
app
.
locals
.
pretty
=
true
;
// app.set('view engine','pug');
...
...
public/css/master.css
deleted
100644 → 0
View file @
0d3e368
/* #placeList li{list-style: none;}
#placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;}
#placesList .item span {display: block;margin-top:4px;}
#placesList .item h5, #placesList .item .info {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#placesList .info .gray {color:#8a8a8a;}
#placesList .info .jibun {padding-left:26px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;}
#placesList .info .tel {color:#009900;} */
\ No newline at end of file
views/index.ejs
View file @
48dcf07
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
코로나 백신 의료기관 조회
</title>
<!-- <link rel="stylesheet" href="/css/master.css"> -->
<
%if(typeof(info)!="undefined"){%>
<script>
try
{
...
...
@@ -14,8 +14,7 @@
}
</script>
<
% }%>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/js/bootstrap.js"
></script>
</head>
<body>
<center>
...
...
Please
register
or
login
to post a comment