- Scan ID:
- e1391340-d7ab-4060-bf51-7e034191fd62Finished
- Submitted URL:
- https://identity.webgiscloud.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 6 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 |
$ | function |
jQuery | function |
bootstrap | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
warning | other |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebGIS Cloud Identity</title>
<link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/site.css">
<link href="/css/is4-legacy.css" rel="stylesheet">
<link href="/css/is4-overrides.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/">
<span class="navbar-brand">
<img class="icon-banner">
WebGIS Cloud Identity
</span>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/Account/Login" title="Login">Login</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<h2>Identity Server Legacy</h2>
<h4>OpenId Connect as a Service</h4>
<hr>
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-9">
<ul class="ui-tiles">
<li class="ui-tile">
<a href="/account/login">
<div class="ui-tile-icon glyphicon glyphicon-log-in">
</div>
<div class="ui-tile-text ">
Login
</div>
</a>
</li>
</ul>
<p>
<a href="/Home/About">IdentiyServer: About...</a>
</p>
</div>
</div>
</div>
<script src="/lib/jquery/jquery.js"></script>
<script src="/lib/bootstrap/dist/js/bootstrap.js"></script>
<script src="/js/is4-legacy-ui.js"></script>
</body></html>