Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍용민
/
BusTime
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
Authored by
이의준
2021-06-10 12:22:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
659b5baad926a0ad4effc475ce8189e861bb553c
659b5baa
1 parent
7f54e7c0
Modify index.ejs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
views/index.ejs
views/index.ejs
View file @
659b5ba
...
...
@@ -7,6 +7,7 @@
a
{
text-decoration
:
none
}
</style>
</head>
<body>
<h1><p
style=
"text-align:center;"
>
BTT
</p></h1>
<br>
...
...
@@ -29,12 +30,13 @@
<
%= printDateNotion %>
<
%= printDateNotion2 %>
</div>
<ul>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
>
9
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=1112"
>
1112
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
>
5100
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
>
7000
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
style=
"font-size:2em;"
>
9번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=1112"
style=
"font-size:2em;"
>
1112번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
style=
"font-size:2em;"
>
5100번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
style=
"font-size:2em;"
>
7000번
</a></li>
</ul>
<p>
ejs파일임
</p>
</body>
<
/html
\ No newline at end of file
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment