Skip to content

Commit 8def325

Browse files
authored
Update contact.html
1 parent a164ffa commit 8def325

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

contact.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<div class="button-group">
9+
<button onclick="window.location.href='https://github.com/tagitables/tagitables.github.io/blob/main/README.md'">GitHub Profile</button>
10+
<button onclick="window.location.href='https://tagitables.github.io/home.html'">Home</button>
11+
<button onclick="window.location.href='https://tagitables.github.io/about.html'">About</button>
12+
<button onclick="window.location.href='https://tagitables.github.io/projects.html'">Projects</button>
13+
</div>
14+
715
<title>Contact Me</title>
816
<style>
917
body {
@@ -215,12 +223,14 @@ <h1>Contact Form</h1>
215223
</div>
216224

217225

226+
<!--
218227
<div class="button-group">
219228
<button onclick="window.location.href='https://github.com/tagitables/tagitables.github.io/blob/main/README.md'">GitHub Profile</button>
220229
<button onclick="window.location.href='https://tagitables.github.io/home.html'">Home</button>
221230
<button onclick="window.location.href='https://tagitables.github.io/about.html'">About</button>
222231
<button onclick="window.location.href='https://tagitables.github.io/projects.html'">Projects</button>
223232
</div>
233+
-->
224234

225235

226236
</div>

0 commit comments

Comments
 (0)