Spaces:
Running
Running
File size: 517 Bytes
803aaea c49a8ad 803aaea cc0a382 803aaea 19d2497 8451390 cc0a382 c49a8ad cc0a382 19d2497 cc0a382 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!DOCTYPE html>
<html>
<head>
<title>Google Clone</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo-container"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google Logo"></div><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> |