Skip to content

Commit

Permalink
Update video.html
Browse files Browse the repository at this point in the history
  • Loading branch information
daanrox authored Dec 14, 2023
1 parent 312bfd2 commit c9d2f6f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions video.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<html lang="pt-BR">


<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link data-optimized="1" rel="stylesheet" href="assets/css/5921624bf5bbe4c8c091ef09226fa76f.css">
<link rel="preconnect" href="https://fonts.googleapis.com/">
Expand Down Expand Up @@ -72,8 +71,8 @@

</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> -->
<!-- <script>
jQuery(document).ready(function(){
function limpaUrl() { //função
urlpg = $(location).attr('href'); //pega a url atual da página
Expand Down Expand Up @@ -111,7 +110,7 @@
window.location.href = "saquebbd2.html?utm_source="+utm;
}, 1000);
};
</script>
</script> -->

<script>
var message="";
Expand Down Expand Up @@ -158,7 +157,7 @@
$('.atraso').hide();
setTimeout(function() {
$('.atraso').show();
}, 2000); //510000
}, 5000); //510000
</script>


Expand Down

0 comments on commit c9d2f6f

Please sign in to comment.