Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
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
MinsoftK
2020-04-17 22:17:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cce0dc644fc57b0522f2e111ceae113270c5d357
cce0dc64
1 parent
cfbaeba8
add class name for Ol CSS control
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
front/web/afterlogin.html
front/web/loginmain.html
front/web/main.html
front/web/question.html
front/web/signinmain.html
front/web/afterlogin.html
View file @
cce0dc6
...
...
@@ -15,7 +15,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
...
...
front/web/loginmain.html
View file @
cce0dc6
...
...
@@ -11,7 +11,7 @@
<img
src=
"image/login.jpg"
class=
"image"
>
<div
class=
"media"
id=
"grid"
>
<div
id=
"category"
>
<ol>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
...
...
front/web/main.html
View file @
cce0dc6
...
...
@@ -13,7 +13,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
...
...
front/web/question.html
View file @
cce0dc6
...
...
@@ -12,7 +12,7 @@
<div
id=
"grid"
>
<div
id=
"category"
>
<ol>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
...
...
front/web/signinmain.html
View file @
cce0dc6
...
...
@@ -13,7 +13,7 @@
<img
src=
"image/signin.jpg"
class=
"image"
>
<div
class=
"media"
id=
"grid"
>
<div
id=
"category"
>
<ol>
<ol
class=
"center"
>
<li><a
href=
"whatiskhuchat.html"
class=
"saw"
>
What is KHU chat?
</a></li>
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
...
...
Please
register
or
login
to post a comment