Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Website/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="css/contact.css" />
<link rel="icon" href="/assets/recode-hive.png" type="image/png" />
</head>
<body>

Expand All @@ -29,7 +30,9 @@ <h2>Contact Us</h2>
</form>

<!-- Back to Home Button -->
<button onclick="window.location.href='index.html'" class="back-button">Back to Home</button>
<a href="/">
<button class="back-button">Back to Home</button>
</a>
</div>

</body>
Expand Down
Loading