- Scan ID:
- a1ddbe4f-51c4-4996-bc2f-7aeb799be29bFinished
- Submitted URL:
- https://rainserver.uk/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Rain Server</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<meta name="apple-mobile-web-app-title" content="rainserver.uk">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<div class="header">
<div class="header-content">
<img src="icon.png" alt="Icon" srcset="">
<h1>rainserver.uk</h1>
</div>
</div>
<div class="content">
<div class="link" onmousedown="window.location.href='https://cloud.rainserver.uk'">
<img src="https://eu-images.contentstack.com/v3/assets/blt10e444bce2d36aa8/blte76cb69dafe09a95/65266deaa043fbeb7c09f50d/owncloud-square-logo_0.png?width=1280&auto=webp&quality=95&format=jpg&disable=upscale" alt="Logo">
<div class="link-text">
<h2>Cloud</h2>
</div>
</div>
<div class="link" onmousedown="window.location.href='https://envy.rainserver.uk'">
<img src="es-logo.webp" alt="Logo">
<div class="link-text">
<h2>Envy</h2>
</div>
</div>
<div class="link" onmousedown="window.location.href='https://games.rainserver.uk'">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/Godot_icon.svg" alt="Logo">
<div class="link-text">
<h2>Game</h2>
</div>
</div>
</div>
<script src=""></script>
</body></html>