Skip to content

Commit 695a1d7

Browse files
authored
🎯┃Discord Auto Quest
1 parent 973a5b1 commit 695a1d7

1 file changed

Lines changed: 5 additions & 55 deletions

File tree

index.html

Lines changed: 5 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Discord Auto Quest - Bot de Missões Automáticas</title>
77

8-
<meta name="description" content="Discord Auto Quest é um sistema automático de quests/missões para servidores Discord. Automatize tarefas, recompensas e progressão dos membros.">
8+
<meta name="description" content="Discord Auto Quest é um sistema automático de quests/missões para Discord. Automatize as missões, recompensas e progressão dos membros.">
99
<meta name="keywords" content="discord bot quests, discord quest bot, discord missions, auto quest discord, discord automation bot, discord rewards system">
1010
<meta name="author" content="DarkMode">
1111

@@ -20,8 +20,6 @@
2020
<meta name="twitter:description" content="Bot de quests automáticas para Discord.">
2121
<meta name="twitter:image" content="https://i.imgur.com/l0CPot7.gif">
2222
<link href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300;400;500;600&display=swap" rel="stylesheet">
23-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/plyr@3.7.8/dist/plyr.css">
24-
<script src="https://cdn.jsdelivr.net/npm/plyr@3.7.8/dist/plyr.min.js"></script>
2523
<style>
2624
*{
2725
box-sizing:border-box;
@@ -65,8 +63,6 @@
6563
font-weight:600
6664
}
6765

68-
/* BOTÕES */
69-
7066
.btns{
7167
display:flex;
7268
gap:8px;
@@ -96,8 +92,6 @@
9692
min-width:160px
9793
}
9894

99-
/* DRAG */
100-
10195
.btn-drag{
10296
border:1px solid rgba(255,255,255,0.2);
10397
color:rgba(255,255,255,0.65);
@@ -109,8 +103,6 @@
109103
color:#60a5fa
110104
}
111105

112-
/* COPY */
113-
114106
.btn-copy{
115107
border:1px solid rgba(255,255,255,0.2);
116108
color:rgba(255,255,255,0.65);
@@ -122,8 +114,6 @@
122114
color:#60a5fa
123115
}
124116

125-
/* TUTORIAL */
126-
127117
.btn-tutorial{
128118
border:1px solid rgba(59,130,246,0.6);
129119
color:#60a5fa;
@@ -162,8 +152,6 @@
162152
background:rgba(255,255,255,0.1)
163153
}
164154

165-
/* MODAL */
166-
167155
.modal{
168156
display:none;
169157
position:fixed;
@@ -231,8 +219,6 @@
231219
text-align:center
232220
}
233221

234-
/* VIDEOS */
235-
236222
.video-section{
237223
margin-bottom:28px
238224
}
@@ -271,8 +257,6 @@
271257
border:none
272258
}
273259

274-
/* FOOTER */
275-
276260
.foot{
277261
display:flex;
278262
align-items:center;
@@ -295,41 +279,6 @@
295279
left:-9999px
296280
}
297281

298-
/* PLAYER */
299-
300-
.plyr{
301-
border-radius:6px
302-
}
303-
304-
.plyr--video{
305-
background:#000
306-
}
307-
308-
.plyr__control--overlaid{
309-
background:rgba(59,130,246,0.9)
310-
}
311-
312-
.plyr__control--overlaid:hover{
313-
background:rgba(59,130,246,1)
314-
}
315-
316-
.plyr__control.plyr__tab-focus{
317-
box-shadow:0 0 0 3px rgba(59,130,246,0.5)
318-
}
319-
320-
.plyr--full-ui input[type=range]{
321-
color:#60a5fa
322-
}
323-
324-
.plyr__control:hover{
325-
background:rgba(59,130,246,0.9)
326-
}
327-
328-
.plyr__menu__container{
329-
background:rgba(15,15,15,0.95);
330-
border:1px solid rgba(59,130,246,0.2)
331-
}
332-
333282
@media (max-width:768px){
334283

335284
body{
@@ -549,8 +498,8 @@ <h2 class="modal-title">Tutoriais</h2>
549498

550499
window.addEventListener('DOMContentLoaded', function () {
551500

552-
var videoCelular = '';
553-
var videoPC = '';
501+
var videoCelular = 'https://cdn.discordapp.com/attachments/1080183819572887613/1479459365533647041/Celular.mp4?ex=69ac1d67&is=69aacbe7&hm=83125f55225d1bac1159e207a3c43d9e6569a9c87756066c192dce269cedbafe&';
502+
var videoPC = 'https://cdn.discordapp.com/attachments/1080183819572887613/1479445586947211367/PC.mp4?ex=69ac1092&is=69aabf12&hm=edd0200fc235e0386f0ee914bd6b0bc84ffd713dab70ef74a454e8740477b138&';
554503

555504

556505
function loadVideo(url, containerId) {
@@ -595,4 +544,5 @@ <h2 class="modal-title">Tutoriais</h2>
595544
</script>
596545

597546
</body>
598-
</html>
547+
548+
</html>

0 commit comments

Comments
 (0)