Update web root

This commit is contained in:
PassiveLemon
2023-12-04 20:59:50 -05:00
parent fa005f1327
commit 4b7fd39e57
4 changed files with 11 additions and 12 deletions

View File

@@ -50,7 +50,7 @@
</a>
<div class="ui divider menudivider">Access & Connections</div>
<a class="item" tag="cert">
<i class="simplistic lock icon"></i> TLS / SSL certificate
<i class="simplistic lock icon"></i> TLS / SSL certificates
</a>
<a class="item" tag="redirectset">
<i class="simplistic level up alternate icon"></i> Redirection
@@ -150,14 +150,13 @@
<br><br>
<div class="ui divider"></div>
<div class="ui container" style="color: grey; font-size: 90%">
<p>CopyRight Zoraxy project and its author, 2022 - <span class="year"></span></p>
<p>CopyRight Zoraxy Project and its authors © 2021 - <span class="year"></span></p>
</div>
<div id="messageBox" class="ui green floating big compact message">
<p><i class="green check circle icon"></i> There are no message</p>
<p><i class="green check circle icon"></i> There are no messages</p>
</div>
<div id="confirmBox" style="display:none;">
<div class="ui top attached progress">
<div class="bar" style="width: 100%; min-width: 0px;"></div>
@@ -351,7 +350,7 @@
$("#confirmBox").hide();
//Unset the event listener
$("#confirmBox .ui.red.button").off("click");
$("#confirmBox .ui.red.button").off("click");
});
// Show the confirm box
@@ -392,4 +391,4 @@
}
</script>
</body>
</html>
</html>