Showing
1 changed file
with
0 additions
and
15 deletions
index.html
deleted
100644 → 0
1 | -<!DOCTYPE html> | ||
2 | -<html> | ||
3 | - <head> | ||
4 | - <title>대형마트 가격비교</title> | ||
5 | - <meta charset="utf-8"> | ||
6 | - <link rel="stylesheet" href="mart_css.css"> | ||
7 | - </head> | ||
8 | - <body> | ||
9 | - <h1>합리적인 소비를 해보자!</h1> | ||
10 | - <form> | ||
11 | - <input type = "text" placeholder="검색어 입력" /> | ||
12 | - <input id = "srch_bttn" type = "submit" value = "검색" /> | ||
13 | - </form> | ||
14 | - </body> | ||
15 | -</html> |
-
Please register or login to post a comment