Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
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
박규리
2022-05-27 16:09:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af62f727488b12d570f49306b0f074cc6df11610
af62f727
1 parent
d375e767
Add container
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
af62f72
...
...
@@ -9,15 +9,20 @@
<title>
Check the Holiday
</title>
<link
rel=
"stylesheet"
href=
"../public/css/main.css"
type=
"text/css"
>
<!--style.css 파일 적용.-->
</head>
<center>
<body>
<div>
<p>
<h1>
[
<
%= data[0] %>]까지
<
%= data[2] %>일 남았습니다. (
<
%= data[1] %>)
</h1>
</p>
<div
id=
"dday"
>
<h2>
오늘로부터 가장 가까운 휴일은
</h2>
<h1>
[
<
%= data[0] %>]
</h1>
<h1>
D -
<
%= data[2] %>일
</h1>
<h2>
<
%= data[0] %>의 날짜 :
<
%= data[1] %>
</h2>
</div>
<div
id=
"activity"
>
<h2>
<
%= data[0] %> 에 추천하는 활동 목록입니다.
</h2>
<!--recommend activity 추가파트 시작-->
<h3>
1. 가나다
</h3>
<h3>
2. 라마바
</h3>
<h3>
2. 라마바
</h3>
<h3>
1. 가나다
</h3>
<h3>
2. 라마바
</h3>
<h3>
3. 라마바
</h3>
</div>
</body>
</center>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment