https://surprise-msg.com/dk/wish.php

Eingereichte URL:
https://surprise-msg.com/dk/wish.php
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffoodaki.com/dk/?n=%26t=fa

JavaScript-Variablen · 15 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
myIndexnumber
carouselfunction
countDownDatenumber
xnumber
gtagfunction

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://surprise-msg.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="robots" content="noindex">
    <meta name="google" content="notranslate">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
    <meta property="og:site_name" content="Create Wish">
    <meta property="og:image" content="img/ogr.jpg">
<title>🎄glædelig jul🎄</title>

       <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
       <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<style>
      body{
        background: #fff;
      }
      .mainContainer {
        max-width: 450px;
        min-height: 200px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 60px;
}
.wishMessage {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        text-shadow: 0px 0px 10px #afafaf;
      }
.wishMessage p{
        margin: 0.3em 0;
      }@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1); color:#FF9933;}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03); color: #fff;}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97);}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1); color:orange;}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03); color: #fff;}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97);}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}
#username {
     color: black;  /* Fallback: assume this color ON TOP of image */
   background: url(img/sname.gif);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
          animation: swing 4s infinite;
            text-transform: uppercase;
          margin-bottom: 5px;
          font-size: 40px;
          padding: 0 10px;
    font-family: 'SF Espresso Shack', cursive;
} 
a{text-decoration:none;color:inherit}
.shareBtn {
  position: fixed;
  right: calc(50% - 145px);
  bottom: 5px;
  width: 300px;
  height: 60px;
  background-color: #007f00;
  border-radius: 100px;
  color: white;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  animation: footer infinite linear 1s;
  transition: all 0.3s cubic-bezier(0.67, 0.13, 0.1, 0.81),
    transform 0.15s cubic-bezier(0.67, 0.13, 0.1, 0.81);
}
.shareShow {
  position: fixed;
  right: calc(50% - 45px);
  bottom: 5px;
  width: 100px;
  height: 60px;
  background-color: brown;
  border-radius: 100px;
  color: white;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.67, 0.13, 0.1, 0.81),
    transform 0.15s cubic-bezier(0.67, 0.13, 0.1, 0.81);
}
.platforms {
  position: fixed;
  right: calc(50% - 145px);
  height: 100px;
  width: 300px;
  bottom: 65px;
  border-radius: 5px;
  visibility: hidden;
  transform: scale(0.9);
  overflow: hidden;
}
.platforms:target {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
.platforms a {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  color: #3f8efc;
  text-transform: uppercase;
}
.platforms a:nth-child(1) {
  background-color: #1a5276;
  left: 60px;
}
.platforms a:nth-child(2) {
  background-color: #1a5276;
  left: 155px;
}
.platforms:target a {
  top: 5px;
}
.platforms a:hover {
  background: #000000;
  box-shadow: 0 0 0 1px #a5cfff;
}
.platforms a:before {
  content: attr(data-os);
  position: absolute;
  color: white;
  bottom: 5px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.demo {
  font-size: 11;
  font-weight: none;
  color: #98201f;
  animation: flash 0s infinite;
}
.m1 {
  position: fixed;
  left: 1%;
  width: auto;
  height: 100%;
  top: 1%;
  color: #000;
}
.m2 {
  position: fixed;
  right: 1%;
  width: auto;
  height: 100%;
  top: 1%;
  color: #000;
}
.footerbtn {
 
    display: block;
    line-height: 15px;
    position: fixed;
    left:0px;
    bottom:0px;
    height:55px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 5px;
    background:#34af23;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width:95%;
    margin-left:10px;
    margin-right:30px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
    animation: footer infinite linear 1s;
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0);
    position: fixed;
           }

.footerbtn :active {
            box-shadow: none
        }

        @-webkit-keyframes footer {
            from {
                -webkit-transform: rotateZ(0)
            }
            25% {
                -webkit-transform: rotateZ(1.5deg)
            }
            50% {
                -webkit-transform: rotateZ(0deg)
            }
            75% {
                -webkit-transform: rotateZ(-1.5deg)
            }
            to {
                -webkit-transform: rotateZ(0)
            }}
#show-name {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 5px;
  animation: swing 1s infinite, glow 20s infinite; }

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 30px red; }
  25% {
    text-shadow: 0 0 30px orange; }
  50% {
    text-shadow: 0 0 30px forestgreen; }
  75% {
    text-shadow: 0 0 30px cyan; } }
</style>
</head>
<body>
<marquee class="m1" behavior="scroll" direction="up" scrolldelay="0"> <br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
</marquee>
<marquee class="m2" behavior="scroll" direction="down" scrolldelay="0"> <br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
<img src="img/mt1.png" height="25px" width="25px"><br><br>
<img src="img/mt2.png" height="25px" width="25px"><br><br>
<img src="img/mt3.png" height="25px" width="25px"><br><br>
<img src="img/mt4.png" height="25px" width="25px"><br><br>
<img src="img/mt5.png" height="25px" width="25px"><br><br>
<img src="img/mt6.png" height="25px" width="25px"><br><br>
<img src="img/mt7.png" height="25px" width="25px"><br><br>
<img src="img/mt8.png" height="25px" width="25px"><br><br>
</marquee>
<div class="mainContainer" id="mainContainer">

      
<h1 id="username" style="font-family:SF Espresso Shack;"></h1><br>

<img src="img/Danish-wish.png" width="40%" height="auto" style="animation: tada 4s infinite;"><br>
<div style="font-size: 18px; font-weight: 800; color:black;">
<p id="demo">1<font color="red"> dage,</font> 14<font color="red">  timer,</font> 41<font color="red"> minutter,<br></font> 56<font color="red"> sekunder, </font> Før </p>
</div>

<img src="img/danish-christmas.png" width="80%" height="auto" style="animation: tada 4s infinite;">
<br><br>
<img style="width:40%;height:30%;" src="img/ch2022under1.gif">
<img style="width:40%;height:30%;" src="img/xmasunder55.gif">

<center>
<div class="wishMessage" style="text-shadow: 1px 1px 3px white, 1px 1px 3px white, -1px -1px 3px white, -1px -1px 3px white;">
<p style="text-shadow: 1px 1px 3px black, 1px 1px 3px black, -1px -1px 3px black, -1px -1px 3px black;color:red">
🎄Tæl dine velsignelser,
</p>
<span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:blue">
syng dine julesange,🎅
<p></p>
<span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:#F80980">
🔔åbn din gave og kom med
<p></p>
<span style="text-shadow: 1px 1px 3px silver, 1px 1px 3px silver, -1px -1px 3px silver, -1px -1px 3px silver;color:#096B12">
et ønske under juletræet.🎄
<p></p><br>
<span style="text-shadow: 1px 1px 3px black, 1px 1px 3px black, -1px -1px 3px black, -1px -1px 3px black;color:#ffff00">
!! 🎄glædelig jul🎄 !!
<p></p><br>
</span></span></span></span></div>
</center>


<br>

🎅<span id="show-name" style="color: red;"></span>🎅
<br>

<a class="shareBtn" id="div1" href="#platforms">👉Del med venner👈</a>
<a class="shareShow" id="div2" href="#close" style="display: none;">Tæt</a>

<div class="platforms" id="platforms">
<center>
<a href="whatsapp://send?text=🤗😇Har du set dette??? %0A** sendte dig en overraskelsesbesked😍 %0A💁 *Åbn dette* %0A👇👇👇👇 %0Afoodaki.com/dk/?n=%26t=w %0A" data-os="Whatsapp"><img src="img/whatsappicon.png" style="animation: tada 2s infinite;margin-top:5px;height: 50px;width:50px;"></a>

<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffoodaki.com/dk/?n=%26t=fa" target="_blank" data-os="Facebook"><img src="img/facebookicon.png" style="animation: tada 2s infinite;margin-top:5px;height: 50px;width:50px;"></a>
</center>
</div>
<script>
// Click to show and hide share buttons
$(document).ready(function(){
$(".shareBtn").click(function(){
$(".shareBtn").hide();
$(".shareShow").show();
});
$(".shareShow").click(function(){
$(".shareShow").hide();
$(".shareBtn").show();
});
});
</script>
<script>
var myIndex = 0;
carousel();

function carousel() {
    var i;
    var x = document.getElementsByClassName("mySlides");
    for (i = 0; i < x.length; i++) {
       x[i].style.display = "none";  
    }
    myIndex++;
    if (myIndex > x.length) {myIndex = 1}    
    x[myIndex-1].style.display = "block";  
    setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script> 
<audio controls="" autoplay="" loop="" style="display:none!important">
<source src="img/Jingle-Bells.mp3" type="audio/ogg">
<source src="img/Jingle-Bells.mp3" type="audio/mpeg">
</audio>

<script> 
// Set the date we're counting down to
var countDownDate = new Date("dec 25, 2024 00:00:00").getTime();

// Update the count down every 02 second
var x = setInterval(function() {

  // Get todays date and time
  var now = new Date().getTime();

  // Find the distance between now an the count down date
  var distance = countDownDate - now;

  // Time calculations for days, hours, minutes and seconds
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  var seconds = Math.floor((distance % (1000 * 60)) / 1000);

  // Display the result in the element with id="demo"
  document.getElementById("demo").innerHTML = days + "<font color='red'> dage,</font> " + hours + "<font color='red'>  timer,</font> "
  + minutes + "<font color='red'> minutter,<br></font> " + seconds + "<font color='red'> sekunder, </font> Før ";

  // If the count down is finished, write some text 
  if (distance < 0) {
    clearInterval(x);
    document.getElementById("demo").innerHTML = "";
  }
}, 1000);
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CKRM5GSRMM"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-CKRM5GSRMM');
</script>

</div></body></html>