From 9e49b3f023b0f20c38098e83ec711ad07b6c976c Mon Sep 17 00:00:00 2001
From: Scott Worley <scottworley@scottworley.com>
Date: Fri, 18 Nov 2022 23:35:02 -0800
Subject: [PATCH] Title

---
 src/main.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.rs b/src/main.rs
index 506c13b..a1ec8bc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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>
-- 
2.47.2