Updated frontend
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user