Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonT500 authored Oct 26, 2023
1 parent 3a9a895 commit 0992fb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="title">Command Search</h1>
<h4 class="subtitle">CMD+Search</h4>
<div class="search-container">
<input type="text" id="search-input" placeholder="Enter your search">
<button id="search-button">Search</button>
</div>
<div id="search-results" class="results"></div>
<script src="script.js" defer></script>
</body>
</html>

0 comments on commit 0992fb5

Please sign in to comment.