--- /dev/null
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Failed to logout</title>
+@include body-start.html@
+<h1>Mandshurica - Failed to logout</h1>
+@include bar.html@
+Failed to logout, <a href="/logout">retry</a>?
+@include end.html@
--- /dev/null
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Logout successful</title>
+@include body-start.html@
+<h1>Mandshurica - Logout successful</h1>
+@include bar.html@
+Goodbye
+@include end.html@
--- /dev/null
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Logout</title>
+@include body-start.html@
+<h1>Mandshurica - Logout</h1>
+@include bar.html@
+<form action="/cookie-logout" method="POST">
+ Are you sure you want to log out?
+ <input type="submit" value="Yes">
+</form>
+@include end.html@