-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
23 lines (23 loc) · 1010 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact</title>
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-image: none;">
<h1>Find me elsewhere!</h1>
<p>Considering you clicked on this, I'm guessing you wanna see where else you can find me online, or perhaps you wanna make <i>your site</i> have a link to me? Well, you've come to the right place!</p>
</p>
<h3>Find me elsewhere!</h3>
<ul>
<li><a href="https://steamcommunity.com/id/doraii/" target="_blank">Steam</a></li>
<li><a href="https://osu.ppy.sh/users/35241229" target="_blank">osu!</a></li>
<li><a href="https://github.com/yviskos" target="_blank">GitHub</a></li>
<li><a href="https://pronouns.page/@doraii" target="_blank">pronouns.page</a></li>
<li><a href="https://namemc.com/profile/Doraii.2" target="_blank">Minecraft (NameMC)</a></li>
<li>Pretendo (3DS): 2248-2355-1953</li>
</ul>
</body>
</html>