timetable.html 487 Bytes
<!-- 이 문서는 base.js에 timetableHTML로 저장되어 있음. 따라서 이 문서는 직접적으로 사용하지 않음-->

<!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>