From cf79c1a3b1d3f71d4df11895becce1e9b7500b4b Mon Sep 17 00:00:00 2001
From: Bill <bill@billserver.senders.io>
Date: Tue, 1 Dec 2020 12:21:55 -0500
Subject: Add charset and lang in html and head

Saw some warnings in the console, properly setting the charset/lang
---
 www/wishlist.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'www/wishlist.html')

diff --git a/www/wishlist.html b/www/wishlist.html
index 2cfca95..771dab3 100644
--- a/www/wishlist.html
+++ b/www/wishlist.html
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
     <link rel='stylesheet' type='text/css' href='/index.css'>
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta charset="utf-8"/>
     <title> Senders' Wishlist </title>
   </head>
   <body id="wishlist">
-- 
cgit v1.2.3-54-g00ecf