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-09 10:07:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4288754e3a0445877115d45be05c78d840705d8
b4288754
1 parent
ae8e5f96
frist commit just for test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
front/index.html
front/index.html
0 → 100644
View file @
b428875
<!doctype html>
<html>
<head>
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<style>
body
{
margin
:
0
;
}
h1
{
text-align
:
center
;
border-bottom
:
1px
solid
gray
;
color
:
"black"
;
margin
:
0
;
padding
:
20px
}
a
{
color
:
"black"
;
text-decoration
:
none
;
}
ol
{
border-right
:
1px
solid
gray
;
width
:
150px
;
margin
:
0
;
}
@media
(
min-width
:
500px
){
#grid
{
display
:
grid
;
grid-template-columns
:
200px
1
fr
;
}
}
#grid
ol
{
/*grid에 있는 ol 만 해당하는 것을 선택*/
}
</style>
</head>
<body>
<h1><a
href=
"index.html"
color:black
>
KHU KHU Chat service
</a></h1>
<div
id=
"grid"
>
<ol>
<li><a
href=
"loginmain.html"
>
로그인
&
회원가입
</a></li>
<li><a
href=
"KHUchat.html"
>
KHU chat이란?
</a></li>
</ol>
<div>
<h2><a
href=
"KHUchat.html"
target=
"_blank"
title=
"go to blog for specification"
>
KHU Chating이란 무엇인가?
</a></h2>
<p>
This is chating application which chat your frineds, coworkers and anyone do you want
<br>
so enjoy it out sevice.
</p><p
style=
"margin-top:45px;"
>
HTML is so fun fun fun!
</p>
</div>
</div>
<img
src=
"coding.jpg"
width=
"100%"
>
</body>
</html>
Please
register
or
login
to post a comment