|
|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
<script src="/js/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
|
|
|
- <script language="text/javascript">
|
|
|
+ <script>
|
|
|
<![CDATA[
|
|
|
|
|
|
]]>
|
|
|
@@ -63,14 +63,14 @@
|
|
|
<img src="/res/logo.png" style="width:310px;"/>
|
|
|
</div>
|
|
|
|
|
|
+ <div id="content" style="max-height:350px;display:none;" align="center">
|
|
|
+
|
|
|
<div class="header">
|
|
|
<a id="burger-menu" href="#" style="display:none;"><img src="/res/burger-menu2.png" style="width:58px;"/></a><a id="ahome" href="http://secchi.one" target="_blank" style="color:black; text-decoration: none;"><img id="logo-secc" src="/res/logo.png" style="width:48px;vertical-align:middle;"/>  Secchione</a>             <a id="agithub" href="https://github.com/par7133/Secchione" style="color:#000000"><span style="color:#119fe2">on</span> github</a>            <a id="afeedback" href="mailto:info@secchi.one" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a>          <a id="asupport" href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:black;height:27px;text-decoration:none;">    get support    </a>
|
|
|
</div>
|
|
|
|
|
|
<br/><br/>
|
|
|
|
|
|
- <div id="content" style="max-height:350px;display:none;" align="center">
|
|
|
-
|
|
|
<table border="0" style="width:100%;height:349px;">
|
|
|
<tr>
|
|
|
<td halign="center" style="height:300px">
|
|
|
@@ -202,6 +202,7 @@
|
|
|
|
|
|
|
|
|
<script>
|
|
|
+ <![CDATA[
|
|
|
|
|
|
function hideTitle() {
|
|
|
$("#myh1").hide("slow");
|
|
|
@@ -214,14 +215,13 @@
|
|
|
}
|
|
|
|
|
|
window.addEventListener("load", function() {
|
|
|
- alert("hello1");
|
|
|
$(document.body).css("background","#000000");
|
|
|
$("#HCsplash").show("slow");
|
|
|
setTimeout("hideTitle()", 2000);
|
|
|
setTimeout("startApp()", 4000);
|
|
|
- alert("hello2");
|
|
|
}, true);
|
|
|
-
|
|
|
+
|
|
|
+ ]]>
|
|
|
</script>
|
|
|
|
|
|
<br/><br/><br/><br/><br/>
|