add lang=en and charset=UTF-8 to client HTML

This commit is contained in:
Samuel Sloniker 2021-06-17 19:58:16 -07:00
parent 87344df53e
commit be30709a3f
2 changed files with 5 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
__pycache__
server/pieces
server/newlist
server/oldlist
pieces
newlist
oldlist

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<html lang=en>
<head>
<meta charset=UTF-8>
<title>HamClock</title>
<link rel=stylesheet href=css/layout.css>
<link rel=stylesheet href=css/font.css>