-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechstuff.html
More file actions
76 lines (70 loc) · 3.26 KB
/
Copy pathtechstuff.html
File metadata and controls
76 lines (70 loc) · 3.26 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!--I see that you are a developer/hacker/normal user inspecting the code-->
<!--Feel Free To Copy-->
<!--The Game is in Development Status: V1.09 Alpha-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Technical Support</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="description" content="Project ███ or Project CCP Meme Technical Support" />
<meta name="keywords" content="Under Construction/Development" />
<meta name="language" content="English" />
<meta name="Trademark" content="MDA Organization" />
<link href="https://mrdiscord.repl.co/mdalogo.png" rel="icon">
<meta name="theme-color" content="#0099ff" />
<meta property="og:image" content="https://mrdiscord.repl.co/mdalogo.png" />
<meta name="theme-color" content="#0099ff" />
<link rel="shortcut icon" type="image/png" href="https://mrdiscord.repl.co/mdalogo.png">
<style>
body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<center>
<div id="headerSection">
<h1>Project ███ Technical Support/Report Bugs Etc...</h1><br>
</div>
<h1>MDA Contact Information</h1><br>
<p>
<a href="./socialcredit.html" style="color: black;">Return Back?</a><br>
<a href="mailto:mrdiscordanimation@gmail.com" style="color: black">mrdiscordanimation@gmail.com</a><br>
<a href="https://dsc.gg/hackerz" style="color: black">Discord Server: https://dsc.gg/hackerz or https://discord.io/mdaserver</a><br>
Telegram:<br>
<a href="https://t.me/mrdiscordanimation" style="color: black">https://t.me/mrdiscordanimation</a><br>
<a href="https://t.me/mdaorgsofficial" style="color: black">https://t.me/mdaorgsofficial</a><br>
<a href="https://t.me/mdaannouncement" style="color: black">https://t.me/mdaannouncement</a><br>
<a href="https://facebook.com/mrdiscordanimation" style="color: black">https://facebook.com/mrdiscordanimation</a><br>
<a href="https://facebook.com/mdaorgsofficial" style="color: black">https://facebook.com/mdaorgsofficial</a><br>
<a href="https://twitter.com/mdaytofficial" style="color: black">https://twitter.com/mdaytofficial</a><br>
<a href="https://bit.ly/ChannelMDA" style="color: black">https://bit.ly/ChannelMDA</a>
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "103845648631488");
chatbox.setAttribute("attribution", "biz_inbox");
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v11.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</p>
</center>
</body>
</html>