Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update index.html
  • Loading branch information
jainav-exe authored Oct 2, 2025
commit 5e732a9213b26760cc100a7d85f23ea3513fc12b
4 changes: 2 additions & 2 deletions 100. Wikipedia Clone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wiki Clone</title>
<title>The Wiki Clone</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
Expand All @@ -14,7 +14,7 @@ <h1>Search Wikipedia</h1>

<form id="search-form">
<input type="text" id="search-input" placeholder="Enter search term" />
<button type="submit">Search</button>
<button type="submit">Search Here</button>
</form>

<div id="search-results"></div>
Expand Down