Updated frontend

This commit is contained in:
UnlegitDqrk
2026-03-02 18:41:19 +01:00
parent 740e85fa3f
commit aeadf55ec9
5 changed files with 9 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import java.util.Map;
* Landing page for INS registrar frontend (v1.0.1).
*/
@Route(path = "/index.html")
public final class index implements WebPage {
public final class index extends WebPage {
@Override
public WebResourceResponsePacket handle(WebPageContext ctx) {
@@ -25,7 +25,7 @@ public final class index implements WebPage {
String html = Html.page("OAC INS Registrar", """
<div class="card">
<h2>OAC INS Registrar</h2>
<p class="muted">What you want to do?</p>
<p class="muted">What you want to do? You can checkout the source of this site here: https://repo.open-autonomous-connection.org/open-autonomous-connection/INSServer/</p>
<div class="col"><a href="info.html">Info</a></div><br />
<div class="row">
<div class="col"><a href="login.html">Login</a></div>