]> Nishi Git Mirror - mandshurica.git/commitdiff
fix spell
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 20 Apr 2024 02:37:02 +0000 (02:37 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 20 Apr 2024 02:37:02 +0000 (02:37 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@51 f982e544-4a7d-3444-ad1a-fde59a2a69f1

Webroot/login/index.html.tmpl [new file with mode: 0644]

diff --git a/Webroot/login/index.html.tmpl b/Webroot/login/index.html.tmpl
new file mode 100644 (file)
index 0000000..204e0b9
--- /dev/null
@@ -0,0 +1,14 @@
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Login</title>
+@include body-start.html@
+<h1>Mandshurica - Login</h1>
+@include bar.html@
+<form action="/cookie-login" method="POST">
+       Username: <input type="text" name="username"><br>
+       Password: <input type="password" name="password"><br>
+       <input type="submit"> <input type="reset">
+</form>
+@include end.html@