-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
40 lines (36 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mobile.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="https://entertainmasters.github.io/src/favicon.svg">
<title>Entertainmasters - Contact</title>
<script src="./SiteHelper.js" defer></script>
<link rel="canonical" href="https://entertainmasters.github.io/contact">
<meta name="description" content="Learn how to contact Entertainmasters.">
<meta content="en-us" property="locale"/>
<meta content="https://raw.githubusercontent.com/Entertainmasters/entertainmasters.github.io/main/src/meta/metaimage.png" property="og:image">
<meta content="Entertainmasters" property="site_name">
<meta content="Contact" property="og:title">
<meta content="Learn how to contact Entertainmasters." property="og:description">
<meta content="#3492eb" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="Entertainmasters, Shroomreleace, EMMusic, EM, EMAnime, Agesoft, EGM, Anime">
</head>
<body>
<header id="header"></header>
<div class="ccontainer copyrc">
<br><br>
<p class="cutxt">Contact us:</p>
<p class="itxt">We are available in our social media's direct messages</p>
<p class="cumeds">
<a href="https://twitter.com/OficialEMTweet"><img src="./src/twitterlogo.png" alt="twitter" class="cuimg"></a>
<a href="https://discord.gg/tEsvwYx"><img src="./src/discordlogo.png" alt="twitter" class="cuimg"></a>
<a href="https://instagram.com/entertainmastersig"><img src="./src/instagramlogo.png" alt="twitter" class="cuimg"></a>
</p>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer id="footer"></footer>
</body>
</html>