From be30709a3fa070aa9177f000a536f1d5c1798c0d Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Thu, 17 Jun 2021 19:58:16 -0700 Subject: [PATCH] add lang=en and charset=UTF-8 to client HTML --- .gitignore | 6 +++--- client/index.html | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b72bc3d..90b2f75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ __pycache__ -server/pieces -server/newlist -server/oldlist +pieces +newlist +oldlist diff --git a/client/index.html b/client/index.html index 663645d..956f7db 100644 --- a/client/index.html +++ b/client/index.html @@ -1,6 +1,7 @@ - + + HamClock