Skip to content

Commit 5fd9695

Browse files
authored
Update index.html
1 parent 96249f7 commit 5fd9695

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<style rel="stylesheet" src="style.css"></style>
4+
55
</head>
66
<body>
7-
7+
<style rel="stylesheet" src="style.css"></style>
88
<h2>Input Field</h2> <input type="number" id="myInput" placeholder="Type a number...">
99
<br>
10-
<label for="displayText">Output: </label>
11-
<p id="displayText"></p>
10+
<label for="displayText">Output: </label> <p id="displayText"></p>
1211

1312
<script src="index.js"></script>
14-
13+
<a href="https://github.com/missing6/missing6.github.io">Git</a>
1514
</body>
16-
<footer><a href="https://github.com/missing6/missing6.github.io">Git</a></footer>
15+
1716
</html>

0 commit comments

Comments
 (0)