-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path401.html
More file actions
102 lines (102 loc) · 5.29 KB
/
401.html
File metadata and controls
102 lines (102 loc) · 5.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html><!-- Last Published: Tue Aug 30 2022 08:09:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="5d351988166bd8dceeacc145" data-wf-site="5b97cefed269010baf0abcd5" lang="en">
<head>
<meta charset="utf-8">
<title>Protected Page | STOCKVINS Exchange</title>
<meta content="Protected Page | STOCKVINS Exchange" property="og:title">
<meta content="Protected Page | STOCKVINS Exchange" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/stockvins-layout.css" rel="stylesheet" type="text/css">
<script src="https://use.typekit.net/mao3rfy.js" type="text/javascript"></script>
<script type="text/javascript">
try {
Typekit.load();
} catch (e) {}
</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">
! function(o, c) {
var n = c.documentElement,
t = " w-mod-";
n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch")
}(window, document);
</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<meta name="robots" content="noindex">
<!-- noindex shall be removed on live site -->
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="https://host.stockvins.com/exchange/layout/header.css">
<!-- Tippy Tooltips Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tippy.js@5/themes/light.css">
<!-- Chartjs -->
<script defer="" src="https://cdn.jsdelivr.net/npm/chart.js@2"></script>
<!-- ECharts -->
<script defer="" src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
<script defer="" src="https://assets.stockvins.com/host/echarts/STOCKVINS.js"></script>
<!-- APEXCHARTS -->
<script defer="" src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
</head>
<body>
<div id="top" class="top-div"></div>
<div class="utility-page-wrap">
<div class="utility-page-content w-password-page w-form">
<form action="/.wf_auth" method="post" id="email-form" name="email-form" data-name="Email Form" class="utility-page-form w-password-page"><img src="images/password-page-lock.svg" alt="" class="lock-image">
<h2>Protected Page</h2><input type="password" class="form-text-field w-password-page w-input" autofocus="true" maxlength="256" name="pass" data-name="field" placeholder="Enter your password" id="field"><input type="submit" value="Submit" data-wait="Please wait..." class="button-p w-password-page w-button">
<div class="w-password-page w-form-fail">
<div>Incorrect password. Please try again.</div>
</div>
<div style="display:none" class="w-password-page w-embed w-script"><input type="hidden" name="path" value="<%WF_FORM_VALUE_PATH%>"><input type="hidden" name="page" value="<%WF_FORM_VALUE_PAGE%>"></div>
<div style="display:none" class="w-password-page w-embed w-script">
<script type="application/javascript">
(function _handlePasswordPageOnload() {
if (/[?&]e=1(&|$)/.test(document.location.search)) {
document.querySelector('.w-password-page.w-form-fail').style.display = 'block';
}
})()
</script>
</div>
</form>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5b97cefed269010baf0abcd5" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/stockvins-layout.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
<!-- Tippy Tooltips Scripts -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1"></script>
<script src="https://cdn.jsdelivr.net/npm/tippy.js@5/dist/tippy-bundle.iife.min.js"></script>
<!-- Tippy JS Settings -->
<script>
tippy('.tippy', { // Use class or id
animation: 'scale', // See docs for more options
duration: 200, // Duration for ToolTip Animation
arrow: true, // Add ToolTip Arrow
delay: [80, 120], // Delay In, Delay Out
arrowType: 'sharp', // Sharp or Round, or remove for none
theme: 'dark', // Dark as default
maxWidth: 260, // Max width in pixels for the tooltip
interactive: true,
})
</script>
<!-- Close Action by Esc -->
<script>
$(document).keydown(function(e) {
if (e.key === 'Escape') {
$('.search-btn-pc-close').click();
}
if (e.key === 'Escape') {
$('.search-clear').click();
}
if (e.key === 'Escape') {
$('.close-icon-corner').click();
}
if (e.key === 'Escape') {
$('.upop-close').click();
}
});
</script>
<link rel="stylesheet" href="https://host.stockvins.com/exchange/layout/footer.css">
</body>
</html>