|
@@ -53,6 +53,12 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
+<div id="HCsplash" style="padding-top: 42%">
|
|
|
+ <img src="HCres/hcsplash.gif">
|
|
|
+</div>
|
|
|
+
|
|
|
+<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:hidden;">
|
|
|
+
|
|
|
<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>
|
|
|
</div>
|
|
@@ -74,7 +80,7 @@
|
|
|
|
|
|
<div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">
|
|
|
|
|
|
- <div id="FirstBanner" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #33aced; padding: 20px; margin-bottom:8px;">
|
|
|
+ <div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #33aced; padding: 20px; margin-bottom:8px;">
|
|
|
|
|
|
<button type="button" class="close" aria-label="Close" onclick="" style="position:relative; left:-10px;">
|
|
|
<span aria-hidden="true">×</span>
|
|
@@ -119,6 +125,8 @@
|
|
|
<div id="footer"><span style="background:#FFFFFF;opacity:1.0;margin-right:10px;"> A <a href="http://5mode.com">5 Mode</a> project and <a href="http://wysiwyg.systems">WYSIWYG</a> system. Some rights reserved.</span></div>
|
|
|
</div>
|
|
|
|
|
|
+</form>
|
|
|
+
|
|
|
<!-- Yandex.Metrika counter -->
|
|
|
<script type="text/javascript" >
|
|
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|