Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조인천
/
Youtube_MPL
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
조인천
2019-06-03 13:56:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e193c25f45bbe53a8469592620e58b96565d654e
e193c25f
1 parent
85afa511
nav태그수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
views/index.ejs
views/index.ejs
View file @
e193c25
...
...
@@ -10,7 +10,7 @@
<style>
#topMenu
{
height
:
30px
;
width
:
85
0px
;
width
:
170
0px
;
}
#topMenu
ul
li
{
...
...
@@ -41,10 +41,11 @@
</head>
<body>
<nav
id=
"topMenu"
>
<ul>
<li><a
class=
"menuLink"
href=
"https://www.youtube.com/"
target =
"_blank"
><img
src =
"http://tech.kobeta.com/wp-content/uploads/2018/08/2-1.jpg"
width =
150
></a></li>
<li>
|
</li>
<li><a
class=
"menuLink"
href=
"/"
>
로그아웃|
</a></li>
<ul
class=
"nav navbar-nav"
>
<a
class=
"menuLink"
href=
"https://www.youtube.com/"
target =
"_blank"
><img
src =
"http://tech.kobeta.com/wp-content/uploads/2018/08/2-1.jpg"
width =
150
></a>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
class=
"menuLink"
href=
"/"
>
로그아웃
</a></li>
</ul>
</nav>
<h1>
<
%= title %>
</h1>
...
...
Please
register
or
login
to post a comment