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-23 22:22:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e44550b0e21a1521da71bf74f1ffc0307305cc22
e44550b0
1 parent
a9c87c59
modify error page and grid setting
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
front/web/afterlogin.html
front/web/question.html
front/web/style/style.css
front/web/afterlogin.html
View file @
e44550b
...
...
@@ -23,7 +23,7 @@
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
</div>
<div
id=
"
servic
e"
>
<div
id=
"
articl
e"
>
<h2>
로그인후 접속되는 페이지로 만들기
</h2>
<form
action=
"service/chatservice.html"
id=
"chat"
>
<label
for=
"chatservice"
>
친구와 채팅하기
</label>
...
...
@@ -36,12 +36,12 @@
</form>
<form
action=
"service/addfriend.html"
id=
"addfriend"
>
<label
for=
"makefriend"
>
친구추가하기
:
</label>
<label
for=
"makefriend"
>
친구추가하기
</label>
<input
type=
"submit"
value=
"친구추가하기"
>
</form>
<form
action=
"randomchat.html"
id=
"randomchat"
>
<label
for=
"randomchat"
>
랜덤채팅
:
</label>
<label
for=
"randomchat"
>
랜덤채팅
</label>
<input
type=
"submit"
value=
"랜덤채팅"
>
</form>
</div>
...
...
front/web/question.html
View file @
e44550b
...
...
@@ -17,6 +17,7 @@
<li><a
href=
"loginmain.html"
class=
"saw"
>
로그인
</a></li>
<li><a
href=
"signinmain.html"
class=
"saw"
>
회원가입
</a></li>
<li><a
href=
"question.html"
class=
"saw"
>
문의사항
</a></li>
<li><a
href=
"afterlogin.html"
class=
"saw"
>
로그인이후
</a></li>
</ol>
</div>
<div
id=
"article"
>
...
...
front/web/style/style.css
View file @
e44550b
<
style
>
title
{
}
body
{
margin
:
0
;
...
...
Please
register
or
login
to post a comment