Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김지완
/
KhuPang
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최승호
2019-11-24 19:03:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ac12645e00f0896139c3e988ac4cc1c72cd7851
1ac12645
1 parent
b492d7d3
index.html updated 20191124
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
index.html
index.html
0 → 100644
View file @
1ac1264
<!DOCTYPE html>
<html>
<head>
<title>
대형마트 가격비교
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"mart_css.css"
>
</head>
<body>
<div
id =
"main_search"
>
<h1><a
href=
"index.html"
>
합리적인 소비를 해보자!
</a></h1>
<form>
<input
type =
"text"
placeholder=
"검색어 입력"
/>
<input
id =
"srch_bttn"
type =
"submit"
value =
"검색"
/>
</form>
</div>
<h2>
마트
<h2>
<ul>
<li><a
href=
"lottemart.html"
>
롯데마트
</a></li>
<li><a
href=
"emart.html"
>
이마트
</a></li>
<li><a
href=
"homeplus.html"
>
홈플러스
</a></li>
</body>
</html>
Please
register
or
login
to post a comment