- Scan-ID:
- 4a6cfcee-421e-4e56-b2b9-816e7dda66dcBeendet
- Eingereichte URL:
- https://garuda-24b-03.top/
- Bericht beendet:
Links · 4 gefunden
Die von der Seite ausgehenden identifizierten Links
Link | Text |
---|---|
http://freewebsitetemplates.com/go/twitter/ | |
http://freewebsitetemplates.com/go/facebook/ | |
http://freewebsitetemplates.com/go/googleplus/ | googleplus |
https://pinterest.com/fwtemplates/ |
JavaScript-Variablen · 4 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
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
submenu | function |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><!-- Website Template by freewebsitetemplates.com --><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mustache Enthusiast</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-width : 568px)">
<script type="text/javascript" src="js/mobile.js"></script>
</head>
<body>
<div id="header">
<a href="index.html" class="logo">
<img src="images/logo.jpg" alt="">
</a>
<span id="mobile-navigation"></span><ul id="navigation">
<li class="selected">
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="gallery.html">gallery</a>
</li>
<li>
<a href="blog.html">blog</a>
</li>
<li>
<a href="contact.html">contact</a>
</li>
</ul>
</div>
<div id="body">
<div id="featured">
<img src="images/the-beacon.jpg" alt="">
<div>
<h2>the beacon to all mankind</h2>
<span>Our website templates are created with</span>
<span>inspiration, checked for quality and originality</span>
<span>and meticulously sliced and coded.</span>
<a href="blog-single-post.html" class="more">read more</a>
</div>
</div>
<ul>
<li>
<a href="gallery.html">
<img src="images/the-father.jpg" alt="">
<span>the father</span>
</a>
</li>
<li>
<a href="gallery.html">
<img src="images/the-actor.jpg" alt="">
<span>the actor</span>
</a>
</li>
<li>
<a href="gallery.html">
<img src="images/the-nerd.jpg" alt="">
<span>the nerd</span>
</a>
</li>
</ul>
</div>
<div id="footer">
<div>
<p>© 2023 by Mustacchio. All rights reserved.</p>
<ul>
<li>
<a href="http://freewebsitetemplates.com/go/twitter/" id="twitter">twitter</a>
</li>
<li>
<a href="http://freewebsitetemplates.com/go/facebook/" id="facebook">facebook</a>
</li>
<li>
<a href="http://freewebsitetemplates.com/go/googleplus/" id="googleplus">googleplus</a>
</li>
<li>
<a href="https://pinterest.com/fwtemplates/" id="pinterest">pinterest</a>
</li>
</ul>
</div>
</div>
</body></html>