From 3a28e7710ce3acd2817d40b65bcc313171adf41e Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 18 Nov 2022 23:36:13 -0800 Subject: [PATCH] DOCTYPE and charset --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a1ec8bc..4c09c10 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,9 +75,10 @@ fn set_cookie(mut response: cgi::Response, path: &str) -> Result + Vote!