Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
missing6 authored Dec 13, 2023
1 parent 5fd9695 commit 974f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

</head>
<body>
<a href="https://github.com/missing6/missing6.github.io">Git</a>
<style rel="stylesheet" src="style.css"></style>
<h2>Input Field</h2> <input type="number" id="myInput" placeholder="Type a number...">
<br>
<label for="displayText">Output: </label> <p id="displayText"></p>

<script src="index.js"></script>
<a href="https://github.com/missing6/missing6.github.io">Git</a>
</body>

</html>

0 comments on commit 974f198

Please sign in to comment.