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 22:03:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e586ffa728d0efd65fb91b0767bf3c8e806436f
9e586ffa
1 parent
4c4a2ec5
Updated data.ejs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
9e586ff
...
...
@@ -8,21 +8,35 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Check the Holiday
</title>
<link
rel=
"stylesheet"
href=
"../public/css/main.css"
type=
"text/css"
>
<!--style.css 파일 적용.-->
<link
rel=
"preconnect"
href=
"https://fonts.googleapis.com"
>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
>
<link
href=
"https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Marathi&display=swap"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap"
rel=
"stylesheet"
>
</head>
<center>
<body>
<div
id=
"dday"
>
<div
id=
"title"
>
When is my Holiday?
</div>
<br><br>
<div
class=
"wrapper"
>
<div
class=
"circle"
>
<p
class=
"dday"
>
<span>
<h2>
오늘로부터 가장 가까운 휴일은
</h2>
<h1>
[
<
%= data[0] %>]
</h1>
<h1>
D -
<
%= data[2] %>
일
</h1>
<h1>
D -
<
%= data[2] %>
</h1>
<h2>
<
%= data[0] %>의 날짜 :
<
%= data[1] %>
</h2>
</span>
</p>
</div>
</div>
<div
id=
"activity"
>
<h2>
<
%= data[0] %> 에 추천하는 활동 목록입니다.
</h2>
<!--recommend activity 추가파트 시작-->
<div
id=
"activity"
>
<h3>
1. 가나다
</h3>
<h3>
2. 라마바
</h3>
<h3>
3. 라마바
</h3>
</div>
<div
id=
"loading"
><div
class=
"spinner"
></div></div>
</body>
</center>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment