Skip to content

Commit

Permalink
Update search_image.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina-Vititneva committed May 30, 2024
1 parent d4aa38b commit a70af7f
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions project_0/search/search_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<a href="index.html">Google Search</a>
<div class="container-center">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="Google logo" width="300">
<form id="search-form" action="https://google.com/search" class="form-stacked">
<div class="search-container">
<span class="material-symbols-outlined search-icon">search</span>
<input type="text" name="q" class="search-bar" autofocus>
</div>
<div>
<input type="submit" value="Google Search" class="button">
</div>
</form>
<div class="page">
<div class="container-top-right">
<a class="link" href="index.html">Google Search</a>
</div>
<div class="container-center">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="Google logo" width="300">
<form id="search-form" action="https://google.com/search" class="form-stacked">
<div class="search-container">
<span class="material-symbols-outlined search-icon">search</span>
<input type="text" name="q" class="search-bar" autofocus>
</div>
<div>
<input type="submit" value="Google Search" class="button">
</div>
</form>
</div>
</div>
<script>
document.getElementById('search-form').addEventListener('submit', function(event) {
Expand Down

0 comments on commit a70af7f

Please sign in to comment.