-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
93 lines (88 loc) · 4 KB
/
thanks.html
File metadata and controls
93 lines (88 loc) · 4 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Thank you!" name="description">
<meta content="rpc layouts profiles Ellexide EllexideCodes website roleplay homepage" name="keywords">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Thank You!</title>
<!-- links -->
<link href="https://i.imgur.com/04V66cS.png" rel="icon">
<!-- styles -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-mfizz-2.4.1/font-mfizz.css">
<link rel="stylesheet" href="stylesheets/homepage-two.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<!-- scripts -->
<script src='https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js'></script>
<script src="./scripts/functions.js"></script>
<script src='https://ellexidecodes.github.io/Profile-Codes/repeatedEffects/tooltip.js'></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118006118-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118006118-1');
window.location.replace("http://www.themonster.xyz");
</script>
</head>
<body>
<!-- generic background -->
<div id="particles-js"></div>
<script src="./scripts/particles.js"></script>
<!-- website start -->
<div class="content">
<!-- header -->
<h1 class="title">Thank You!</h1>
<div class="ham" onclick="toggleMenu()"><div class="burger"></div></div>
<!-- actual menu -->
<div id="menu-overlay">
<div class="menu-exit" onclick="toggleMenu()"></div>
<div class="menu-slide menu">
<ul>
<a href="/"><li><span class="fa fa-home"></span> Home</li></a>
<a href="/disclaimers"><li><span class="fa fa-warning"></span> Disclaimers</li></a>
<li class="header">About</li>
<a href="./past-present"><li><span class="fa fa-clock-o"></span> Past & Present</li></a>
<a href="./hobbies"><li><span class="fa fa-gamepad"></span> Hobbies</li></a>
<li class="link" onclick="toggleLang()"><span class="fa fa-code"></span> Languages</li>
<div class="lang">
<ul>
<li><span class="icon-css3-alt"></span> CSS</li>
<li><span class="icon-html5-alt"></span> HTML</li>
<li><span class="icon-javascript-alt"></span> JS</li>
</ul>
</div>
<li class="header">Projects/Works</li>
<a href="https://derealised.xyz"><li><span class="fa fa-desktop"></span> Derealised</li></a>
<a href="./gallery"><li><span class="fa fa-image"></span> Layout Gallery</li></a>
<a href="./contact-me"><li><span class="fa fa-envelope"></span> Contact Me</li></a>
<a href="https://paypal.me/Ellexide" target="_blank"><li><span class="fa fa-money"></span> Donate</li></a>
<li style="text-align: center; color: #666;font-size: .6em; position: absolute; bottom: 2em;margin-left: -.5em">© Copyright 2018 || Ellexide Codes</li>
</ul>
</div>
</div>
<!-- content -->
<div class="cut"></div>
<div class="desc pad">
<p>
Thank you for filling in the form! Your message in now being forwarded to Elle.
</p>
<p>
Should the matter be urgent, please Elle on <b class="tooltip" title="Lil Monster#3557" style="cursor: pointer;">Discord</b> immediately. That is where you will receive the fastest possible reply.
</p>
<p>
If it's not urgent, please expect a reply within the 24-48 hour timeframe. All announcements of possible delay will be found on the websites <a href="/">homepage.</a>
</p>
<p>
Have a good day and thank you for using E.C. Products!
</p>
</div>
<div class="cut"></div>
<div class="desc logo"></div>
</div>
</body>
</html>