sdy

Delete home-page.html

1 -<!DOCTYPE html>
2 -<html lang="en">
3 -
4 - <head>
5 - <title>Home Page</title>
6 - <link rel="stylesheet" href="css/home.css"/>
7 - </head>
8 -
9 - <body>
10 - <p class="emphy">Type anything</p>
11 - <div class="container">
12 - <input class="search-input" type="text" placeholder="Search here..." />
13 - <div class="suggestions">
14 - </div>
15 - </div>
16 -
17 - <script src="js/main.js"></script>
18 - </body>
19 -
20 -</html>
...\ No newline at end of file ...\ No newline at end of file