Skip to content

Commit 974f198

Browse files
authored
Update index.html
1 parent 5fd9695 commit 974f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

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

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

1616
</html>

0 commit comments

Comments
 (0)