Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍용민
/
BusTime
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
이의준
2021-06-10 03:23:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99787c9cb4dc466c943ad952ace97e5cc3aa3435
99787c9c
1 parent
1d267be8
텍스트 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
views/Index.html
views/Index.html
View file @
99787c9
...
...
@@ -14,10 +14,10 @@
<h1><p
style=
"text-align:center;"
>
BTT
</p></h1>
<br>
<link
rel=
'stylesheet'
type=
'text/css'
href=
'/css/style.css'
/>
<h2>
사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.
</h2>
<p>
이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.
</p>
<h2
style=
"padding:0 0 0 20px;"
>
사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.
</h2>
<p
style=
"padding:0 0 0 20px;"
>
이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.
</p>
<br><br>
<h2>
버스별 시간표 조회
</h2>
<h2
style=
"padding:0 0 0 20px;"
>
버스별 시간표 조회
</h2>
<div
style=
"padding:0 0 0 20px;"
><script>
var
date
=
new
Date
();
...
...
@@ -30,17 +30,15 @@
document
.
write
(
yyyy
+
"년 "
+
mm1
+
"월 "
+
dd
+
"일 오늘 운행하는 버스들 "
);
document
.
write
(
"( "
+
hh
+
"시 "
+
mm2
+
"분 기준 )"
);
</script>
</div>
<br>
<ul>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
>
5100
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=M5107"
>
M5107
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
>
9
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
>
7000
</a></li>
<li>
etc
</li>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
style=
"font-size:2em;"
>
9
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=1112"
style=
"font-size:2em;"
>
1112
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
style=
"font-size:2em;"
>
5100
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
style=
"font-size:2em;"
>
7000
</a></li>
</ul>
<br>
<p>
설명
</p>
<p>
html파일임
</p>
</body>
</html>
...
...
Please
register
or
login
to post a comment