forked from discordmelissa/Dyno-Custom-Commands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequest.html
More file actions
142 lines (122 loc) · 4.08 KB
/
Request.html
File metadata and controls
142 lines (122 loc) · 4.08 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Request Moderator - Dyno Custom Commands</title>
<link href="/files/dcc-trans.png" rel="icon" />
<style type="text/css">body {
margin:0;
padding:0;
font-family: Sans-Serif;
line-height: 1.5em;
}
#header {
background: #00A2FF;
height: 100px;
}
#header h1 {
margin: 0;
padding-top: 15px;
}
main {
padding-bottom: 10010px;
margin-bottom: -10000px;
float: left;
width: 100%;
background-image: url("https://www.designbolts.com/wp-content/uploads/2012/12/White-Gradient-Squares-Seamless-Patterns-For-Website-Backgrounds.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}
#nav {
padding-bottom: 10010px;
margin-bottom: -10000px;
float: left;
width: 230px;
margin-left: -100%;
background: #E2DADA;
background-image: url("https://s-media-cache-ak0.pinimg.com/736x/23/88/b3/2388b3142a206fbb35194defe5bef269--gray-iphone-wallpaper-phone-wallpapers.jpg");
}
#footer {
clear: left;
width: 100%;
background: #00A2FF;
text-align: center;
padding: 4px 0;
}
#wrapper {
overflow: hidden;
}
#content {
margin-left: 230px; /* Same as 'nav' width */
}
.innertube {
margin: 15px; /* Padding for content */
margin-top: 0;
}
p {
color: #555;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul a {
color: darkgreen;
text-decoration: none;
}
</style>
</head>
<body>
<header id="header">
<div class="innertube">
<h1><img alt="" src="/files/dcc-trans.png" style="color: rgb(255, 255, 224); width: 50px; height: 50px;" /> <span style="color:#FFFFE0;"><span style="font-size:30px;">Dyno Custom Commands </span></span></h1>
</div>
</header>
<div id="wrapper"><main>
<div id="content">
<div class="innertube">
<h1><span style="font-size:18px;"><span style="font-size:22px;">Request moderator:</span></span></h1>
<p>-Requesting Moderation or Developer has been disabled entirely. We aim to have it availible <strong>soon</strong> though. Until then, the least you can do is contact,<br />
Advaith or Olybear9 on discord, or join our discord server.</p>
<p> </p>
</div>
</div>
</main>
<nav id="nav">
<div class="innertube">
<h3>GitHub Repos</h3>
<ul>
<li><a href="https://github.com/Dyno-Custom-Commands/Dyno-Custom-Commands"><span style="color:#000000;">-</span><font color="#ffffff">Dyno Custom Commands</font></a></li>
</ul>
<h3>Discord Servers</h3>
<ul>
<li><a href="https://github.com/Dyno-Custom-Commands/gamedevchat-dyno"><span style="color:#000000;">-</span></a><a href="https://discord.gg/e7R8J68"><span style="color:#FFFFFF;">Dyno Custom Commands</span></a></li>
<li><span style="color:#000000;">-</span><a href="https://www.dynobot.net/discord"><span style="color:#FFFFFF;">Dyno Server</span></a></li>
<li>-<a href="https://discord.gg/zaVZX2u"><span style="color:#FFFFFF;">Gaming Developer Chat</span></a></li>
<li><span style="color:#000000;">-</span><a href="https://discord.gg/mWhdyXR"><span style="color:#FFFFFF;">Gaming Server</span></a></li>
</ul>
<h3><a href="https://dynocc.tk/">Back</a></h3>
<ul>
</ul>
</div>
</nav>
</div>
<!--End of main page, start of footer-->
<footer id="footer">
<div style="float: right; width: 250px;">
<translate id="translate"><!--placeholder for cloudflare translate app-->
</div>
<div class="innertube">
<p>Website designed by Olybear9 Web version: 5 Beta<br />
<span style="font-size:14px;">Copyright notice: We are not in, any way, shape, or form affiliated with the Dyno team. We do not take credit for anything Dyno can do, we simply make commands<br />
that adds new functionality to Dyno. (<a href="https://dynobot.net">Dyno website</a>)</span></p>
</div>
</footer>
</body>
</html>