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-05-28 01:52:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c3c7a799f466008a875f3aaa6e56e850dcb7c4a
9c3c7a79
1 parent
cf9d7751
웹페이지 내용 수정
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
29 deletions
Index.html
test.html
search.html → timetable.html
Index.html
View file @
9c3c7a7
...
...
@@ -15,11 +15,15 @@
<br>
<h2>
사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.
</h2>
<p>
이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.
</p>
<br><br>
<h2>
버스별 시간표 조회
</h2>
<p>
m월 d일 오늘 운행하는 버스들
</p>
<ul>
<li><a
href=
"search.html"
>
시간표 조회
</a></li>
<li>
목차2
</li>
<li>
목차3
</li>
<li><a
href=
"timetable.html"
>
5100
</a></li>
<li><a
href=
"timetable.html"
>
M5107
</a></li>
<li><a
href=
"timetable.html"
>
9
</a></li>
<li><a
href=
"timetable.html"
>
7000
</a></li>
<li>
etc
</li>
</ul>
<br>
<p>
설명
</p>
...
...
test.html
deleted
100644 → 0
View file @
cf9d775
<!doctype html>
<!--이 웹페이지가 html로 만들어졌다는 태그-->
<html>
<!--head와 body를 감싸는 태그-->
<head>
<!--본문을 설명하는 태그-->
<title>
webpage frame
</title>
<meta
charset=
"utf-8"
>
</head>
<body>
<!--본문에 해당하는 태그-->
<h1>
webpage frame
</h1>
<ul>
<li>
목차1
</li>
<li>
목차2
</li>
<li>
목차3
</li>
</ul>
<p>
내용 1
</p>
<p>
내용 2
</p>
</body>
</html>
\ No newline at end of file
search
.html
→
timetable
.html
View file @
9c3c7a7
...
...
@@ -11,10 +11,7 @@
<body>
<h1><a
href=
"Index.html"
><p
style=
"text-align:center;"
>
BTT
</p></a></h1>
<br>
<h2>
Search Time Table
</h2>
<p>
출발:
</p>
<p>
도착:
</p>
<h2>
0000 BUS Time Table
</h2>
<p>
타임테이블 출력 ~~~~
</p>
</body>
</html>
...
...
Please
register
or
login
to post a comment