이의준

Modify index.ejs

...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
7 a { text-decoration:none } 7 a { text-decoration:none }
8 </style> 8 </style>
9 </head> 9 </head>
10 +
10 <body> 11 <body>
11 <h1><p style="text-align:center;">BTT</p></h1> 12 <h1><p style="text-align:center;">BTT</p></h1>
12 <br> 13 <br>
...@@ -29,12 +30,13 @@ ...@@ -29,12 +30,13 @@
29 <%= printDateNotion %> 30 <%= printDateNotion %>
30 <%= printDateNotion2 %> 31 <%= printDateNotion2 %>
31 </div> 32 </div>
33 +
32 <ul> 34 <ul>
33 - <li><a href="http://localhost:23023/timetable?busNum=9">9</a></li> 35 + <li><a href="http://localhost:23023/timetable?busNum=9" style="font-size:2em;">9번</a></li>
34 - <li><a href="http://localhost:23023/timetable?busNum=1112">1112</a></li> 36 + <li><a href="http://localhost:23023/timetable?busNum=1112" style="font-size:2em;">1112번</a></li>
35 - <li><a href="http://localhost:23023/timetable?busNum=5100">5100</a></li> 37 + <li><a href="http://localhost:23023/timetable?busNum=5100" style="font-size:2em;">5100번</a></li>
36 - <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>
37 </ul> 39 </ul>
38 - <p> ejs파일임</p> 40 +
39 </body> 41 </body>
40 -</html
...\ No newline at end of file ...\ No newline at end of file
42 +</html>
...\ No newline at end of file ...\ No newline at end of file
......