- ID de exploración:
- 3d105f48-181f-4d09-9c25-711bf0b2778cFinalizado
- URL enviada:
- https://lucasfromdk.me/
- Informe finalizado:
Enlaces: 1 encontrados
Los enlaces salientes identificados en la página
Enlace | TEXTO |
---|---|
https://github.com/LucasFromDK | @LucasFromDK |
Variables JavaScript: 3 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>LucasFromDK | Home Page</title>
<link rel="shortcut icon" type="image/ico" href="images/Favicon.ico">
<link rel="stylesheet" href="./style.css">
<!-- Primary Meta Tags -->
<meta name="title" content="LucasFromDK | Home Page">
<meta name="description" content="The main page in my small hub of websites.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lucasfromdk.me/">
<meta property="og:title" content="LucasFromDK | Home Page">
<meta property="og:description" content="The main page in my small hub of websites.">
<meta property="og:image" content="https://raw.githubusercontent.com/LucasFromDK/LucasFromDK.github.io/main/images/vaporwave.png">
<!-- Twitter -->
<meta property="twitter:card" content="Image">
<meta property="twitter:url" content="https://lucasfromdk.me/">
<meta property="twitter:title" content="LucasFromDK | Home Page">
<meta property="twitter:description" content="The main page in my small hub of websites.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/LucasFromDK/LucasFromDK.github.io/main/images/vaporwave.png">
<!-- Meta Tags Generated with https://metatags.io -->
<meta property="keywords" content="LucasFromDK">
<meta name="robots" content="all">
<meta property="author" content="LucasFromDK">
</head>
<body>
<div class="topnav">
<a class="active" href="index">Home Page</a>
<a class="topButton" href="websites">Fun & Games</a>
<a class="topButton" href="programs">Programs & Scripts</a>
<a class="topButton" href="about">About & Contact</a>
</div>
<!--Hey! Welcome To The Console!-->
<div class="header">
<!--Content before waves-->
<div class="inner-header flex">
<!--Just the logo. Don't mind this-->
<svg version="1.1" class="logo" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 500" xml:space="preserve">
<path fill="#FFFFFF" stroke="#000000" stroke-width="10" stroke-miterlimit="10" d="M57,283"></path>
<g>
<path fill="#fff" d="M250.4,0.8C112.7,0.8,1,112.4,1,250.2c0,137.7,111.7,249.4,249.4,249.4c137.7,0,249.4-111.7,249.4-249.4
C499.8,112.4,388.1,0.8,250.4,0.8z M383.8,326.3c-62,0-101.4-14.1-117.6-46.3c-17.1-34.1-2.3-75.4,13.2-104.1
c-22.4,3-38.4,9.2-47.8,18.3c-11.2,10.9-13.6,26.7-16.3,45c-3.1,20.8-6.6,44.4-25.3,62.4c-19.8,19.1-51.6,26.9-100.2,24.6l1.8-39.7 c35.9,1.6,59.7-2.9,70.8-13.6c8.9-8.6,11.1-22.9,13.5-39.6c6.3-42,14.8-99.4,141.4-99.4h41L333,166c-12.6,16-45.4,68.2-31.2,96.2 c9.2,18.3,41.5,25.6,91.2,24.2l1.1,39.8C390.5,326.2,387.1,326.3,383.8,326.3z"></path>
</g>
</svg>
<h1>Welcome to my website!</h1>
</div>
<div class="container">
<p class="infoText" ;="">You can see my work by pressing the buttons located at the top</p>
</div>
<!--Waves Container-->
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7"></use>
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)"></use>
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)"></use>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff"></use>
</g>
</svg>
</div>
<!--Waves end-->
</div>
<!--Header ends-->
<!--Content starts-->
<div class="footer-text">
<p>Website By <a href="https://github.com/LucasFromDK">@LucasFromDK</a> | <script>document.write(new Date().getFullYear());</script>2024</p>
</div>
<!--Content ends-->
</body></html>