forked from SKCro/WebTV-HD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactMe.html
41 lines (39 loc) · 1.72 KB
/
ContactMe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML>
<html><head>
<title>Contact Me</title>
<link rel=stylesheet type=text/css href=css/style.css>
<link rel="shortcut icon" href=Icon.png>
<link rel=apple-touch-icon href=images/AppleTouchIcon.png>
<script src=js/main.js></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="application-name" content="WebTV HD">
</head>
<body>
<audio id=clickSound src=audio/click.mp3 preload=auto></audio>
<audio id=inputSound src=audio/inputClick.mp3 preload=auto></audio>
<audio id=submitSound src=audio/submitClick.mp3 preload=auto></audio>
<audio id=errorSound src=audio/error.mp3 preload=auto></audio>
<audio id=panelUp src=audio/up.mp3 preload=auto></audio>
<audio id=panelDown src=audio/down.mp3 preload=auto></audio>
<div id=selectionbox></div>
<div class=sidebar>
<div class=sidebar-contents>
<img class="sidebar-logo clickable" src=images/WebTVJewel.svg alt="WebTV Logo." onClick="linkHandler('Home.html');">
<div class=sidebar-border></div>
</div>
<div class=sidebar-shadow></div>
</div>
<div class=main-content>
<h1>Contact Me</h1>
<p>If you need to contact me, these are my socials:</p>
<ul>
<li>Discord account - <code>SKCro</code> - Highest chance of response.</li>
<li>Twitter - <code><a class=clickable onclick="linkHandler('https://twitter.com/SKCro_');">@SKCro_</a></code> - Low chance of response.</li>
</ul>
<p>If you need to reach me quickly, Discord is your best bet.</p>
<div class=border><hr class=print-only></div>
<button class="ButtonBorder2 submit" onclick="linkHandler('Community.html');">Back to Community</button>
<p style=font-size:1px;>only added this because Pink_Sheep insisted on it lmfao</p>
</div>
</body></html>