-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmd.html
41 lines (37 loc) · 1.2 KB
/
cmd.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/src/css/iframe.min.css" async>
<style id="languageSelectS"></style>
<style id="bgmListS"></style>
</head>
<body>
<div id="opening">
<h1>SCiPNET DIRECT ACCESS TERMINAL</h1>
<div id="openingContainer">
<h2>SCP FOUNDATION</h2>
<h2 id="BottomTitleOpening">Secure . Contain . Protect</h2>
<br><img src="/src/images/scipnet.svg" id="openingLogo" width="100px" height="100px" alt="SCP Foundation Logo">
</div>
<br><br>
Welcome to SCiPNET Direct Access Terminal
<hr><span class="highlight">Type "Help" for more information</span>
</div>
<br>
<br>
<span id="defaultHolder">
</span>
<script type="text/javascript">
var iframeBody, jQuery, $;
function resizeIframe(e) {
setInterval(function() {
e.contentWindow.document.body.offsetHeight - 4 != $(e).height() && 0 == parent.tab && $(e).height(e.contentWindow.document.body.offsetHeight - 4)
}, 250)
}
void 0 === jQuery && (iframeBody = document.getElementsByTagName("body")[0], $ = jQuery = function(e) {
return parent.jQuery(e, iframeBody)
});
</script>
</body>
</html>