https://donatsch.geo-dienste.ch/

Submitted URL:
https://donatsch.geo-dienste.ch/
Report Finished:

The outgoing links identified from the page

LinkText
http://www.alpgis.chALPGIS

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
        <title>GeoDienste | ALPGIS AG</title>

        <link href="https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet" type="text/css">
	<link rel="icon shortcut" href="img/gd_favicon.png" type="image/png">

        <style>
            html, body {
                height: 100%;
            }

            body {
                margin: 0;
                padding: 0;
                width: 100%;
                display: table;
                font-weight: 100;
                font-family: 'Lato';
            }

            .container {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .content {
                text-align: center;
                display: inline-block;
            }

            .title {
                font-size: 96px;
            }
	    .copy {
		font-size: 20px;
		font-weight: 300;
	    }
	    a {
		color: #CB1361;
		text-decoration: none;
		font-weight: 400;
	    }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="content">
                <div class="title">GeoDienste</div>
		<div class="copy">by <a href="http://www.alpgis.ch" target="_blank">ALPGIS</a></div>
            </div>
        </div>
    

</body></html>