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:26:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5956ddd35d4daa7f2438ca46b3aae8f254feff1
c5956ddd
1 parent
624a0ffc
index.ejs파일로 변환
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
Index.html
Index.html
deleted
100644 → 0
View file @
624a0ff
<!doctype html>
<html>
<head>
<title>
BUS TT
</title>
<meta
charset=
"utf-8"
>
<style
type=
"text/css"
>
a
{
text-decoration
:
none
}
/* 하이퍼링크 밑줄 미적용
a { color:red; text-decoration:none} : 색깔 변화없음
*/
</style>
</head>
<body>
<h1><p
style=
"text-align:center;"
>
BTT
</p></h1>
<br>
<h2>
사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.
</h2>
<p>
이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.
</p>
<br><br>
<h2>
버스별 시간표 조회
</h2>
<p>
m월 d일 오늘 운행하는 버스들
</p>
<ul>
<li><a
href=
"http://localhost:23023/?busNum=5100"
>
5100
</a></li>
<li><a
href=
"http://localhost:23023/?busNum=M5107"
>
M5107
</a></li>
<li><a
href=
"http://localhost:23023/?busNum=9"
>
9
</a></li>
<li><a
href=
"http://localhost:23023/?busNum=7000"
>
7000
</a></li>
<li>
etc
</li>
</ul>
<br>
<p>
설명
</p>
</body>
</html>
Please
register
or
login
to post a comment