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-23 22:46:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d19a55901e93488ffedb9b75131e532b092ba19
1d19a559
1 parent
52a42dfa
한글화 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
views/index.ejs
views/index.ejs
View file @
1d19a55
<!DOCTYPE html>
<html
lang=
"
en
"
>
<html
lang=
"
ko
"
>
<head>
<meta
charset=
"utf-8"
>
...
...
@@ -24,7 +24,7 @@
<body>
<div
class=
"container-fluid main"
>
<a
target=
"_blank"
href=
"http
s://github.com/IgorAntun/node-chat"
><img
style=
"position: absolute; top: 0; right: 0; border: 0;"
src=
"https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt=
"Fork me on GitHub"
data-canonical-src=
"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png
"
></a>
<a
target=
"_blank"
href=
"http
://khuhub.khu.ac.kr/2018102163/My_Project"
><img
style=
"position: absolute; top: 0; right: 0; border: 0;"
src=
"http://gdanawa.com/fiels/github.png"
alt=
"김대욱깃허브
"
></a>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-lg-10 col-lg-offset-1"
><br>
...
...
@@ -37,14 +37,14 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
Node.JS
Chat
<span
id=
"version"
style=
"font-size:7pt"
></span></a>
<a
class=
"navbar-brand"
href=
"#"
>
심플 Node
Chat
<span
id=
"version"
style=
"font-size:7pt"
></span></a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"collapser"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"#"
>
Chat
</a></li>
<li
class=
"active"
><a
href=
"#"
>
채팅
</a></li>
<li><a
id=
"help"
href=
"#"
>
Help
</a></li>
<li><a
id=
"user"
href=
"#"
>
Users
</a></li>
<li><a
id=
"user"
href=
"#"
>
사용자
</a></li>
<li><a
id=
"menu-admin"
href=
"#"
style=
"display:none"
>
Admin
</a></li>
<li><a
id=
"menu-options"
href=
"#"
>
Options
</a></li>
</ul>
...
...
@@ -57,7 +57,7 @@
<div
class=
"well"
>
<div
class=
"row"
>
<div
class=
"col-xs-6"
>
<h2>
Messenger
</h2>
<h2>
채팅
</h2>
</div>
<div
class=
"col-xs-6"
>
<button
id=
"options"
class=
"btn btn-fab btn-fab-mini btn-primary pull-right"
>
...
...
@@ -71,7 +71,7 @@
<br>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
Messages
</div>
<div
class=
"panel-heading"
>
채팅 창
</div>
<div
id=
"panel"
class=
"panel-body"
></div>
</div>
...
...
@@ -94,9 +94,9 @@
</div>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<p
class=
"text-left pull-left"
>
Created by
<a
href=
"https://github.com/IgorAntun"
target=
"_blank"
>
Igor Antun
</a></p>
<p
class=
"text-left pull-left"
>
EDIT by
<a
href=
"http://khuhub.khu.ac.kr/2018102163/My_Project"
target=
"_blank"
>
김대욱
</a></p>
<p
id=
"badges"
class=
"text-right pull-right"
>
<span><label
id=
"users"
class=
"label"
>
0
USERS
</label></span>
<span><label
id=
"users"
class=
"label"
>
0
사용자
</label></span>
<span><label
id=
"admin"
class=
"label label-warning"
style=
"display:none"
>
ADMIN
</label></span>
<span><label
class=
"label label-info"
>
BETA
</label></span>
</p>
...
...
Please
register
or
login
to post a comment