• 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
  • search.html
  • 이의준's avatar
    실제 웹페이지 (디자인 미적용) · cf9d7751
    cf9d7751 Browse Files
    이의준 authored 2021-05-28 01:22:26 +0900
search.html 354 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<!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>Search Time Table</h2>
    <p>출발: </p>
    <p>도착: </p>


</body>
</html>