Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박정민
/
TFT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jungmin Park
2021-11-23 22:44:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58870de7957946a76370c64143129a7662003623
58870de7
1 parent
e069eae3
add festivalList.ejs
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
views/festivallist.ejs
views/festivallist.ejs
0 → 100644
View file @
58870de
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Festival Information
</title>
</head>
<body>
<
% for(let i=0; i
< posts
.
length
;
i
++){
%
>
<h4>
제목 :
<
%= posts[i].title %>
</h4>
<h4>
주소 :
<
%= posts[i].addr %>
</h4>
<h4>
전화번호 :
<
%= posts[i].tel %>
</h4>
<h4>
mapx :
<
%= posts[i].mapx %>
</h4>
<h4>
mapy :
<
%= posts[i].mapy %>
</h4>
<h4>
갱신일 :
<
%= posts[i].updatedAt %>
</h4>
<h4>
-------------------
</h4>
<
% } %>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment