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__ __pycache__
server/pieces pieces
server/newlist newlist
server/oldlist oldlist

View File

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