이의준

timetable.ejs로 변환

1 -<!-- 이 문서는 base.js에 timetableHTML로 저장되어 있음. 따라서 이 문서는 직접적으로 사용하지 않음-->
2 -
3 -<!doctype html>
4 -<html>
5 -<head>
6 - <title>Time Table</title>
7 - <meta charset="utf-8">
8 - <style type="text/css">
9 - a { text-decoration:none }
10 - </style>
11 -</head>
12 -
13 -<body>
14 - <h1><a href="Index.html"><p style="text-align:center;">BTT</p></a></h1>
15 - <br>
16 - <h2>0000 BUS Time Table</h2>
17 - <p> 타임테이블 출력 ~~~~ </p>
18 -</body>
19 -</html>