Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김태민
/
OpenSource_Project
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
seungmi
2019-11-27 23:53:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5552a659c66a7876f5d6af15516be73166a9198
a5552a65
1 parent
2d57a1c6
print page추가
food.json에 있는 음식 목록 중 하나를 추천하여 보여주는 ejs파일 생성
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
views/print.ejs
views/print.ejs
0 → 100644
View file @
a5552a6
<!DOCTYPE html>
<html
lang=
"en"
dir=
"ltr"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Test
</title>
</head>
<body>
<h1><a
href=
"/food"
>
점심메뉴 정하기
</a></h1>
<h2>
<
%= title %>
</h2>
<ul>
<il><a
href=
"/food/search"
>
검색
</a></il><br>
<il><a
href=
"/food/recommendation"
>
추천
</a></il>
</ul>
<p>
<
%= description %>
</p>
<p>
<
%= name %>
</p>
<article>
</article>
</body>
</html>
Please
register
or
login
to post a comment