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-05 16:28:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a4950988a26608406e8041635a0f9df229449b75
a4950988
1 parent
05b3004d
Update 1225 info
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
nodejs/server.js
nodejs/views/data.ejs
nodejs/server.js
View file @
a495098
...
...
@@ -36,7 +36,7 @@ function getTodayDate() {
var
month
=
(
"0"
+
(
today
.
getMonth
()
+
1
)).
slice
(
-
2
);
var
day
=
(
"0"
+
today
.
getDate
()).
slice
(
-
2
);
var
dateString
=
year
+
"-"
+
month
+
"-"
+
day
;
return
"2022-1
0-10
"
;
// 테스트용 날짜를 입력하세요. *** 테스트가 끝나면 주석처리하고 커밋해주세요. *** ex) 2022-09-12, 2022-09-15, 2022-10-04
return
"2022-1
2-25
"
;
// 테스트용 날짜를 입력하세요. *** 테스트가 끝나면 주석처리하고 커밋해주세요. *** ex) 2022-09-12, 2022-09-15, 2022-10-04
//return dateString;
}
...
...
nodejs/views/data.ejs
View file @
a495098
...
...
@@ -251,21 +251,18 @@
<
% } else if (data[1]=='20221225' ) { %>
<div
id=
"detail"
>
<br>
<h2>
예수 그리스도의 탄생을 기리는 기념일이다.
<br>
한 겨울에 있는 공휴일로 많은 사람들이
연인이나 가족들과 함께 시간을 보낸다.
</h2>
<h2>
1.분천역 산타마을
<h2>
예수 그리스도의 탄생을 기리는 기념일이다.
</h2>
<h2>
1.분천역 산타마을
<br>
분천역은 국내 최초의 개방형 관광 열차인 백두개간 열차가 출발하는 역이다.
<br>
역 주변에는 다양한 크리스마스 모형들이 있다.
</h2>
<h2>
2. 에버랜드
<h2>
2. 에버랜드
<br>
크리스마스 기간동안 에버랜드는 낭만적인 크리스마스 분위기를 연출한다.
<br>
매일 1~2회씩 크리스마스 퍼레이드를 선보인다.
</h2>
<br>
</div>
<div
class=
"frame"
>
<button
class=
"custom-btn btn-12"
onclick=
"location.href='http://buncheon.k7788.com/index.html?Midx=366&ct_pg=781'"
><span>
click!
</span><span>
분천역
산타마을
</span></button>
<button
class=
"custom-btn btn-12"
onclick=
"location.href='https://www.bonghwa.go.kr/open.content/tour/tour.info/santa.town/' "
><span>
click!
</span><span>
분천산타마을
</span></button></span></button>
<button
class=
"custom-btn btn-12"
onclick=
"location.href='https://www.everland.com/web/everland/main.html' "
><span>
click!
</span><span>
에버랜드
</span></button></span></button>
</div>
<
% } else { %>
<h2>
Just Take some rest!
</h2>
...
...
Please
register
or
login
to post a comment