|
@@ -38,42 +38,44 @@
|
|
|
<meta name="author" content="5 Mode"/>
|
|
|
<meta name="keywords" content="http,web,console,terminal,emulator,wrapper"/>
|
|
|
|
|
|
- <script src="HCjs/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
- <script src="HCjs/jquery-ui.1.12.1.min.js" type="text/javascript"></script>
|
|
|
- <script src="HCjs/HC_common.js" type="text/javascript"></script>
|
|
|
- <script src="HCjs/bootstrap.min.js" type="text/javascript"></script>
|
|
|
- <script src="HCjs/sha.js" type="text/javascript"></script>
|
|
|
+ <script src="/HCjs/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/HCjs/HC_common.js" type="text/javascript"></script>
|
|
|
+ <script src="/HCjs/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/HCjs/sha.js" type="text/javascript"></script>
|
|
|
|
|
|
- <script src="HCjs/HC.js" type="text/javascript" defer></script>
|
|
|
+ <script src="/HCjs/HC.js" type="text/javascript" defer></script>
|
|
|
|
|
|
- <link href="HCcss/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="HCcss/jquery-ui.1.12.1.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="HCcss/style.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/HCcss/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/HCcss/style.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
|
|
|
<script>
|
|
|
- function startApp() {
|
|
|
- $("#HCsplash").hide();
|
|
|
- $("#frmHC").show();
|
|
|
- }
|
|
|
+
|
|
|
+ function startApp() {
|
|
|
+ $("#HCsplash").hide();
|
|
|
+ $("#frmHC").show();
|
|
|
+ }
|
|
|
+
|
|
|
+ window.addEventListener("load", function() {
|
|
|
|
|
|
- window.addEventListener("load", function() {
|
|
|
-
|
|
|
- setTimeout("startApp()", 5000);
|
|
|
+ $("#frmHC").hide();
|
|
|
+ $("#HCsplash").show("slow");
|
|
|
+ setTimeout("startApp()", 5000);
|
|
|
|
|
|
- }, true);
|
|
|
+ }, true);
|
|
|
+
|
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
-<div id="HCsplash" style="padding-top: 200px; text-align:center;">
|
|
|
- <img src="HCres/hcsplash.gif" style="width:310px;">
|
|
|
+<div id="HCsplash" style="padding-top: 200px; text-align:center;display:none;">
|
|
|
+ <img src="/HCres/hcsplash.gif" style="width:310px;">
|
|
|
</div>
|
|
|
|
|
|
-<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
|
|
|
+<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:inline;">
|
|
|
|
|
|
<div class="header">
|
|
|
- <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;"> Http Console</a> <a href="https://github.com/par7133/HttpConsole" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@httpconsole.com" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;"> get support </a>
|
|
|
+ <a href="/" style="color:white; text-decoration: none;"><img src="/HCres/hclogo.png" style="width:48px;"> Http Console</a> <a href="https://github.com/par7133/HttpConsole" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@httpconsole.com" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;"> get support </a>
|
|
|
</div>
|
|
|
|
|
|
<div style="clear:both; float:left; padding:8px; width:15%; height:100%; text-align:center;">
|
|
@@ -83,7 +85,7 @@
|
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v1.1.8.tar.gz">Release 1.1.9 (tar.gz)</a><br>
|
|
|
</div>
|
|
|
<br><br>
|
|
|
- <img src="HCres/HCgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
+ <img src="/HCres/HCgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
<br><br><br>
|
|
|
<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" value="" autocomplete="off"><br>
|
|
|
<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br>
|