You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
337 B
HTML
20 lines
337 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="stylesheet.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrap">
|
|
<div class="search">
|
|
<input type="text" class="searchTerm" placeholder="input">
|
|
<button type="submit" class="searchButton">
|
|
<i class="fa fa-search"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|