X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fwotns%2Fui%2Fweb%2FIndexPage.java;h=be94346c9efd783f557f1799d322d281aff49f04;hp=172cfa8e1118a8c0e193211962f9f9585d529ad1;hb=e9ef6a599832031c17a61bdefa059e682fc96dd1;hpb=a626746ba02e64402514c32a5317c33fdcd7be35 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java index 172cfa8..be94346 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/IndexPage.java @@ -40,7 +40,7 @@ public class IndexPage extends BasicPage { * @param template */ public IndexPage(Template template, WebInterface webInterface) { - super(webInterface, "index.html", template); + super(webInterface, "index.html", "Web of Trust Name Service", template); } //