We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd9695 commit 974f198Copy full SHA for 974f198
index.html
@@ -4,13 +4,13 @@
4
5
</head>
6
<body>
7
+<a href="https://github.com/missing6/missing6.github.io">Git</a>
8
<style rel="stylesheet" src="style.css"></style>
9
<h2>Input Field</h2> <input type="number" id="myInput" placeholder="Type a number...">
10
<br>
11
<label for="displayText">Output: </label> <p id="displayText"></p>
12
13
<script src="index.js"></script>
-<a href="https://github.com/missing6/missing6.github.io">Git</a>
14
</body>
15
16
</html>
0 commit comments