X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Flogin.html;h=9e41a8d10432fda51661940d1f9a9663201062a2;hb=c86c161825115605e870e3b9fa8380080a8e0293;hp=9ed93ddb8ec9bfee5e2a8adcd9ecd02a0de5722d;hpb=bbc34a9c6bd0c5725eaaaf42533c0e5ef05dca33;p=Sone.git diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 9ed93dd..9e41a8d 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -1,3 +1,19 @@ -
-

Login

-
+<%include include/head.html> + <%if !sones.empty> +

<%= Page.Login.Page.Title|l10n|html>

+
+ + + + +
+ <%/if> + + <%include include/createSone.html> + +<%include include/tail.html>