-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
21 lines (20 loc) · 759 Bytes
/
Contact.html
File metadata and controls
21 lines (20 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
121<!DOCTYPE html>
<html>
<head>
<title>Contact Me</title>
</head>
<body>
<a href="Landing page.html">go back</a>
<br />
<a href="About me.html">go to about me</a>
<br />
<h1>contact</h1>
You may be able to contact me via my email discord server or other
<br />
<a href="yeomanslogan421@gmail.com">my contact email</a>
<br />
<a href="https://thetechguy34.onuniverse.com">the site with my discord server and my social accounts</a>
<br>
<iframe src="https://discord.com/widget?id=963011906203955220&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>