]> git.scottworley.com Git - voter/commitdiff
Title
authorScott Worley <scottworley@scottworley.com>
Sat, 19 Nov 2022 07:35:02 +0000 (23:35 -0800)
committerScott Worley <scottworley@scottworley.com>
Sat, 19 Nov 2022 07:35:02 +0000 (23:35 -0800)
src/main.rs

index 506c13bb3cbca05ecdbc40cc587f911e720b6f08..a1ec8bc6cec3a6f60035d2a0df413c7ff8d04a12 100644 (file)
@@ -78,6 +78,7 @@ fn set_cookie(mut response: cgi::Response, path: &str) -> Result<cgi::Response,
 const HTML_HEADER: &str = "
 <html>
   <head>
+    <title>Vote!</title>
     <style>
       input { transform: scale(1.5); }
     </style>