- 掃描 ID:
- aeefb65f-b603-4ee6-b0fa-73d554288adf已完成
- 已提交的 URL:
- https://signin.vuelio.co.uk/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 6 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | string |
documentPictureInPicture | string |
onscrollend | string |
APP | string |
toggleInactiveAccounts | string |
searchClientAccounts | string |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html class="js"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Home Page</title>
<link rel="stylesheet" href="/css/styles.css">
<link rel="icon" href="/favicon.ico" type="image">
<link rel="stylesheet" href="https://use.typekit.net/ojc6mod.css">
<script>(function (H) { H.className = H.className.replace(/\bno-js\b/, 'js') })(document.documentElement)</script>
</head>
<body>
<div class="container-fluid full-height">
<div class="row no-gutters">
<div class="col xsmall-12 small-6 medium-4">
<div class="component c-logo">
<img src="/img/logo-vuelio.svg" alt="Vuelio logo" class="logo">
</div>
<div class="component c-login-form">
<div class="intro">
<h1>Sign in to continue to your Vuelio account</h1>
<p>Enter your username/email and lets get started.</p>
</div>
<form action="/" method="post"> <div class="field required has-text-input">
<label for="input-name">Username/Email:</label>
<input type="email" id="input-name" name="Username" value="">
<input id="ReturnUrl" name="ReturnUrl" type="hidden" value="">
</div>
<div class="action">
<input type="submit" value="Next" class="button next disabled" disabled="">
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8H6vPyk8TIVFhLi9G-XHaJeLMr_xwkbCn0SNgHxVfM_OC44a0rfOQegGlR5BqVswK6tDgZDfH8qRvo-MWM-iJ02gy7rxLrUeybQ5RK0gcXbwleocHX2UHzoG3qXnpexEF1xd1N-GS-hljEGaHMYBBAE"></form> </div>
</div>
<div class="col xsmall-12 small-6 medium-8">
<div class="component c-login-image js-login-image" style="background-image: url('/img/login-images/login.jpg')">
</div>
</div>
</div>
<script>
(function () {
var localStorageLoginItem = localStorage.getItem("currently-authenticated");
var obj = JSON.parse(localStorageLoginItem);
if (obj !== null && obj.expiry > Date.now()) {
window.location.replace(obj.origin);
} else {
localStorage.removeItem("currently-authenticated");
}
})();
(function () {
var username = localStorage.getItem("username");
if (username !== null && username !== '') {
document.getElementById("input-name").value = unescape(username);
}
})();
</script>
</div>
<!-- Load scripts -->
<script src="/js/scripts.min.js"></script>
</body></html>