Skip to content

Commit e5a0ffb

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contact.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

8+
<span>
89
<div class="button-group">
910
<button onclick="window.location.href='https://github.com/tagitables/tagitables.github.io/blob/main/README.md'">GitHub Profile</button>
1011
<button onclick="window.location.href='https://tagitables.github.io/home.html'">Home</button>
1112
<button onclick="window.location.href='https://tagitables.github.io/about.html'">About</button>
1213
<button onclick="window.location.href='https://tagitables.github.io/projects.html'">Projects</button>
1314
</div>
14-
15+
</span>
16+
1517
<title>Contact Me</title>
1618
<style>
1719
body {

0 commit comments

Comments
 (0)