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-06-06 22:29:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e68c579efc00923623debe989581efd9ea3ffcd0
e68c579e
1 parent
7454f274
Updated d-day text
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
e68c579
...
...
@@ -26,9 +26,17 @@
<h2>
오늘로부터 가장 가까운 휴일은
</h2>
<h1>
<
%= data[0] %>
<
% if (data[2] == 0 ) { %>
<h1
style=
"font-size: 60px;"
>
D - DAY
</h1>
<
% } else { %>
<h1
style=
"font-size: 80px;"
>
D -
<
%= data[2] %>
</h1>
<
% } %>
</h1>
<h1
style=
"font-size: 80px;"
>
D -
<
%= data[2] %>
</h1>
<h2>
<
%= data[1][0] %>
<
%= data[1][1] %>
...
...
Please
register
or
login
to post a comment