최승호

index.html deleted

<!DOCTYPE html>
<html>
<head>
<title>대형마트 가격비교</title>
<meta charset="utf-8">
<link rel="stylesheet" href="mart_css.css">
</head>
<body>
<h1>합리적인 소비를 해보자!</h1>
<form>
<input type = "text" placeholder="검색어 입력" />
<input id = "srch_bttn" type = "submit" value = "검색" />
</form>
</body>
</html>