Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
My_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-06-24 13:09:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b3d8c579c7394508f1eeb58ee806a9b02d73f8e
6b3d8c57
1 parent
56873d91
index.ejs_1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
views/index.ejs
views/index.ejs
View file @
6b3d8c5
...
...
@@ -9,7 +9,7 @@
<meta
name=
"author"
content=
"Igor Antun"
>
<link
rel=
"icon"
type=
"image/png"
href=
"img/favicon.png"
/>
<title>
Node.JS Chat
</title>
<title>
채팅 사이트
</title>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"css/chat.css"
rel=
"stylesheet"
>
...
...
@@ -36,7 +36,7 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
심플 Node Chat
<span
id=
"version"
style=
"font-size:7pt"
></span></a>
<a
class=
"navbar-brand"
href=
"#"
>
채팅 사이트
<span
id=
"version"
style=
"font-size:7pt"
></span></a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"collapser"
>
...
...
Please
register
or
login
to post a comment