|
@@ -30,23 +30,21 @@
|
|
|
|
|
|
<title>Homogram: every person its pictures..</title>
|
|
|
|
|
|
- <link rel="shortcut icon" href="Public/static/res/favicon.ico" />
|
|
|
+ <link rel="shortcut icon" href="/Public/static/favicon.ico" />
|
|
|
|
|
|
<meta name="description" content="Welcome to Homogram"/>
|
|
|
<meta name="author" content="5 Mode"/>
|
|
|
<meta name="keywords" content="image,photo,sharing,on,premise,solution"/>
|
|
|
|
|
|
- <script src="Public/static/js/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
- <script src="Public/static/js/jquery-ui.1.12.1.min.js" type="text/javascript"></script>
|
|
|
- <script src="Public/static/js/common.js" type="text/javascript"></script>
|
|
|
- <script src="Public/static/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
- <script src="Public/static/js/sha.js" type="text/javascript"></script>
|
|
|
+ <script src="/Public/static/js/jquery-3.1.0.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/Public/static/js/common.js" type="text/javascript"></script>
|
|
|
+ <script src="/Public/static/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+ <script src="/Public/static/js/sha.js" type="text/javascript"></script>
|
|
|
|
|
|
- <script src="Public/static/js/home.js" type="text/javascript" defer></script>
|
|
|
+ <script src="/Public/static/js/home.js" type="text/javascript" defer></script>
|
|
|
|
|
|
- <link href="Public/static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="Public/static/css/jquery-ui.1.12.1.css" type="text/css" rel="stylesheet">
|
|
|
- <link href="Public/static/css/style.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/Public/static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
|
|
+ <link href="/Public/static/css/style.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
|
|
|
<script>
|
|
|
|
|
@@ -62,6 +60,7 @@
|
|
|
|
|
|
window.addEventListener("load", function() {
|
|
|
|
|
|
+ $("#frmHC").hide();
|
|
|
$(document.body).css("background","#000000");
|
|
|
$("#HCsplash").show("slow");
|
|
|
setTimeout("hideTitle()", 2000);
|
|
@@ -79,7 +78,7 @@
|
|
|
<img src="/Public/static/res/HGlogo2.png" 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="http://homogram.org" target="_self" style="color:#000000; text-decoration: none;"><img src="/Public/static/res/HGlogo2.png" style="width:45px;"> Homogram</a> <a href="https://github.com/par7133/Homogram" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@homogram.org" style="color:#000000;"><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:#000000;height:27px;text-decoration:none;"> get support </a>
|
|
@@ -92,7 +91,7 @@
|
|
|
<a href="https://github.com/par7133/Homogram/archive/refs/tags/v1.3.9.tar.gz">Release 1.3.9 (tar.gz)</a><br>
|
|
|
</div>
|
|
|
<br><br>
|
|
|
- <img src="Public/static/res/HGgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
+ <img src="/Public/static/res/HGgenius.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>
|