Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkit69 committed Apr 26, 2024
1 parent e251f3e commit 56a74d6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Upload</title>

<link rel="stylesheet" href="style.css"/>
</head>
<body>

<!---search box-->
<form class="search-form" id="searchForm">
<input type="text" placeholder="Search image here..." id="searchInput"/>
<button>Search</button>
</form>


<!---image display here-->
<div class="resultImage">
<!--image show here-->
</div>

<button class="show-more hidden">
Show more
</button>

<script src="index.js"></script>

</body>
</html>

0 comments on commit 56a74d6

Please sign in to comment.