Showing
1 changed file
with
9 additions
and
11 deletions
... | @@ -14,10 +14,10 @@ | ... | @@ -14,10 +14,10 @@ |
14 | <h1><p style="text-align:center;">BTT</p></h1> | 14 | <h1><p style="text-align:center;">BTT</p></h1> |
15 | <br> | 15 | <br> |
16 | <link rel='stylesheet' type='text/css' href='/css/style.css' /> | 16 | <link rel='stylesheet' type='text/css' href='/css/style.css' /> |
17 | - <h2> 사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.</h2> | 17 | + <h2 style="padding:0 0 0 20px;"> 사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.</h2> |
18 | - <p> 이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.</p> | 18 | + <p style="padding:0 0 0 20px;"> 이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.</p> |
19 | <br><br> | 19 | <br><br> |
20 | - <h2> 버스별 시간표 조회</h2> | 20 | + <h2 style="padding:0 0 0 20px;"> 버스별 시간표 조회</h2> |
21 | 21 | ||
22 | <div style="padding:0 0 0 20px;"><script> | 22 | <div style="padding:0 0 0 20px;"><script> |
23 | var date = new Date(); | 23 | var date = new Date(); |
... | @@ -30,17 +30,15 @@ | ... | @@ -30,17 +30,15 @@ |
30 | document.write(yyyy+"년 "+mm1+"월 "+dd+"일 오늘 운행하는 버스들 "); | 30 | document.write(yyyy+"년 "+mm1+"월 "+dd+"일 오늘 운행하는 버스들 "); |
31 | document.write("( "+hh+"시 "+mm2+"분 기준 )"); | 31 | document.write("( "+hh+"시 "+mm2+"분 기준 )"); |
32 | </script> </div> | 32 | </script> </div> |
33 | - | 33 | + <br> |
34 | <ul> | 34 | <ul> |
35 | - <li><a href="http://localhost:23023/timetable?busNum=5100">5100</a></li> | 35 | + <li><a href="http://localhost:23023/timetable?busNum=9" style="font-size:2em;">9</a></li> |
36 | - <li><a href="http://localhost:23023/timetable?busNum=M5107">M5107</a></li> | 36 | + <li><a href="http://localhost:23023/timetable?busNum=1112" style="font-size:2em;">1112</a></li> |
37 | - <li><a href="http://localhost:23023/timetable?busNum=9">9</a></li> | 37 | + <li><a href="http://localhost:23023/timetable?busNum=5100" style="font-size:2em;">5100</a></li> |
38 | - <li><a href="http://localhost:23023/timetable?busNum=7000">7000</a></li> | 38 | + <li><a href="http://localhost:23023/timetable?busNum=7000" style="font-size:2em;">7000</a></li> |
39 | - <li>etc</li> | ||
40 | </ul> | 39 | </ul> |
41 | <br> | 40 | <br> |
42 | - <p>설명</p> | 41 | + <p> html파일임</p> |
43 | - | ||
44 | 42 | ||
45 | </body> | 43 | </body> |
46 | </html> | 44 | </html> | ... | ... |
-
Please register or login to post a comment