Browse Source

Add files via upload

Capitan Cloud 2 years ago
parent
commit
d2d2d66e66
1 changed files with 12 additions and 9 deletions
  1. 12 9
      index.html

+ 12 - 9
index.html

@@ -3,6 +3,7 @@
 <head>
 	
   <meta charset="UTF-8"/>
+  <meta name="style" content="day1"/>
   
   <meta name="viewport" content="width=device-width, initial-scale=1"/>
   
@@ -41,13 +42,15 @@
   
   <link href="/CONFVW_css/style.css?v=1631827555" type="text/css" rel="stylesheet">
 
+  <link href="/CONFVW_css/bootstrap.min.css" type="text/css" rel="stylesheet"> 
+
   <script>
   		  
   function hideTitle() {
     $("#myh1").hide("slow");
   }
   
-  function startApp() { 	  
+  function startApp() {
     //$("#HCsplash").hide("slow");
     $("#HCsplash").css("display","none");	  
     $(document.body).css("background","#ffffff");
@@ -56,25 +59,25 @@
 
   window.addEventListener("load", function() {
 	
-    //$("#frmHC").hide();
-    //$(document.body).css("background","#000000");
-    ///$("#HCsplash").show("slow");	  
-    //setTimeout("hideTitle()", 2000);
-    //setTimeout("startApp()", 4000);
-    startApp();
+    $("#frmHC").hide();
+    $(document.body).css("background","#000000");
+    $("#HCsplash").show("slow");	  
+    setTimeout("hideTitle()", 2000);
+    setTimeout("startApp()", 4000);
+
   }, true);
 
   </script>    
        
 </head>
-<body style="background:#FFFFFF;">
+<body>
 
 <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
    <div id="myh1"><H1>www-conf-viewer</H1></div><br>
    <img src="/CONFVW_res/logo.png" style="width:310px;">
 </div>
 
-<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data">
+<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
 
 <div class="header">
    <a href="http://www-conf-viewer.5mode-lab.com" target="_self" style="color:#000000; text-decoration: none;"><img src="/CONFVW_res/logo.png" style="width:45px;">&nbsp;www-conf-viewer</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/www-conf-viewer" style="color:#000000;"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:my25mb@aol.com" style="color:#000000;"><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:#000000;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>