File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
6
< 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
+
7
15
< title > Contact Me</ title >
8
16
< style >
9
17
body {
@@ -215,12 +223,14 @@ <h1>Contact Form</h1>
215
223
</ div >
216
224
217
225
226
+ <!--
218
227
<div class="button-group">
219
228
<button onclick="window.location.href='https://github.com/tagitables/tagitables.github.io/blob/main/README.md'">GitHub Profile</button>
220
229
<button onclick="window.location.href='https://tagitables.github.io/home.html'">Home</button>
221
230
<button onclick="window.location.href='https://tagitables.github.io/about.html'">About</button>
222
231
<button onclick="window.location.href='https://tagitables.github.io/projects.html'">Projects</button>
223
232
</div>
233
+ -->
224
234
225
235
226
236
</ div >
You can’t perform that action at this time.
0 commit comments