-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContact.html
53 lines (44 loc) · 2.25 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flash World - Contact</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="Logo.png">
</head>
<body style="height: max-content;position: sticky;">
<img style="display:block;margin:auto;max-width: 331px;width: 60vw;" src="contact.png">
<div class="navbar">
<button onclick="window.location.href='/'">Home</button>
<button onclick="window.location.href='/games/'">Flash Games</button>
<button onclick="window.location.href='/mc/'">FlashWorldMC</button>
<button onclick="window.location.href='/Other.html'">Other Games</button>
<button onclick="window.location.href='/htgf.html'">Get Flash</button>
<button onclick="window.open('https://discord.gg/dVNtZtrE8S','_blank').focus()" class="discordbtn">Discord</button>
<button onclick="window.location.href='https://alamc.ddns.net/hfs'">HFS</button>
<button onclick="window.location.href='/Contact.html'">Contact</button>
</div>
<div class="content-box" style="text-align: center;">
<br>
<br>
<a href="https://www.buymeacoffee.com/joshualovem"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=joshualovem&button_colour=ff9d00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00" /></a>
<br>
<br>
<hr>
<br>
<img style="display: block;margin: auto;" src="./media/e-mail1.gif" alt="email gif">
<br>
<p>Contact me @</p>
<a class="content-box-a" href="mailto:[email protected]">[email protected]</a>
<br>
<hr>
<p>You may also report issues in the flash world github repo.</p>
</div>
<div style="margin: auto;width:fit-content ;margin-bottom:20px ;"> <button style="font-size: 0.9em;margin: auto;" class="rp" onclick="window.open('https://github.com/flash-world/flash-world.github.io/issues','_blank').focus()">Report an issue</button>
</div>
<br>
<p>Our Privacy Policy</p>
<a class="content-box-a" href="Privacy.html">Privacy Policy</a>
<br>
</div>
</body>
</html>