Prechádzať zdrojové kódy

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 rokov pred
rodič
commit
1203e09736
1 zmenil súbory, kde vykonal 14 pridanie a 1 odobranie
  1. 14 1
      index.html

+ 14 - 1
index.html

@@ -49,6 +49,19 @@
   <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">
+
+  <script>	
+    function startApp() {
+	  $("#HCsplash").hide();
+	  $("#frmHC").show();  	
+	}	
+		
+	window.addEventListener("load", function() {
+		  
+	  setTimeout("startApp()", 5000);
+	  
+	}, true);
+  </script>
          
 </head>
 <body>
@@ -57,7 +70,7 @@
    <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:none;">
 
 <div class="header">
    <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;">&nbsp;Http Console</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/HttpConsole" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:info@httpconsole.com" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:white;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>