Spaces:
Running
Running
<html> | |
<head> | |
<title>Google Clone</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<div class="search-container"> | |
<input type="text" id="search-input" placeholder="Search Google"> | |
<div id="suggestions"></div> | |
</div> | |
<div id="results-container"> | |
</div> | |
<script src="script.js"></script> | |
</body> | |
</html> |