Skip to content

Commit

Permalink
Update Form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyi320 authored May 7, 2024
1 parent f661384 commit 9aea16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/Form.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 style= "color: white; font-size: 5vw">TempConverter</h1>
</form>
</div>
<div class = "bottom">
<a href = "index.html"><h3>Main Page</h3></a>
<a href = "../index.html"><h3>Main Page</h3></a>
</div>
</center>
</body>
Expand All @@ -54,4 +54,4 @@ <h1 style= "color: white; font-size: 5vw">TempConverter</h1>
alert(Fahrenheit + "°F");
}
</script>
</html>
</html>

0 comments on commit 9aea16f

Please sign in to comment.