chiark / gitweb /
httpauth.py: Don't crash if Base-64 decoding of the CSRF token fails.
[chopwood] / wrapper.fhtml
index e7265d1600ba46750a06c50f75188cba23a521f1..18cc77f10d0e677a5cffbc675d03f447d5999eef 100644 (file)
@@ -24,7 +24,7 @@
   -- <http://www.gnu.org/licenses/>.
   -->~]~
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
           "http://www.w3c.org/TR/html4/strict.dtd">
 <html>
 <head>
@@ -32,6 +32,7 @@
   <link rel=stylesheet type="text/css" media=screen
        href="~={static}H/chpwd.css">
   <script type="text/javascript" src="~={static}H/chpwd.js"></script>
+  <meta name=viewport content="width=device-width initial-scale=1.0">
 </head>
 
 <body>