Skip to content

Commit

Permalink
Update page title and placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWhisker committed Apr 21, 2024
1 parent a7b9796 commit b5f2c4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple HTML Page</title>
<title>Elden Scribe</title>
</head>
<body>
<!-- Include the JavaScript file -->
<script src="script.js"></script>
<input type="text" id="textInput" oninput="search(this.value)">
Search
<input type="text" id="textInput" placeholder="fingers" oninput="search(this.value)">
<div id="buttonContainer">
<!-- Buttons will be dynamically added here -->
</div>
Expand Down

0 comments on commit b5f2c4a

Please sign in to comment.