• This project
    • Loading...
  • Sign in

홍용민 / BusTime

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • BusTime
  • timetable.html
  • 이의준's avatar
    웹페이지 내용 수정 · 9c3c7a79
    9c3c7a79
    이의준 authored 2021-05-28 01:52:46 +0900
timetable.html 355 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!doctype html>
<html>
<head>
    <title>Time Table</title>
    <meta charset="utf-8">
    <style type="text/css">
        a { text-decoration:none } 
    </style>
</head>

<body>
    <h1><a href="Index.html"><p style="text-align:center;">BTT</p></a></h1>
    <br>
    <h2>0000 BUS Time Table</h2>
    <p> 타임테이블 출력 ~~~~ </p>
</body>
</html>