@include body-start.html@
<h1>Mandshurica</h1>
@include bar.html@
-This is the main page of @get InstanceName@
+This is the main page of @get InstanceName@.
@include end.html@
@include body-start.html@
<h1>Mandshurica - Failed to login</h1>
@include bar.html@
-Failed to login, <a href="/login">retry</a>?
+Failed to login. <a href="/login">retry</a>?
@include end.html@
@include body-start.html@
<h1>Mandshurica - Login successful</h1>
@include bar.html@
-Welcome back
+Welcome back.
@include end.html@
@include body-start.html@
<h1>Mandshurica - Failed to logout</h1>
@include bar.html@
-Failed to logout, <a href="/logout">retry</a>?
+Failed to logout. <a href="/logout">retry</a>?
@include end.html@
@include body-start.html@
<h1>Mandshurica - Logout successful</h1>
@include bar.html@
-Goodbye
+Goodbye.
@include end.html@