Added lang attribute to html tag for accessibility

This commit is contained in:
Emily Doherty 2021-06-13 12:29:29 -04:00
parent 178dd871ae
commit 338de0f296

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html> <html lang="en">
<head> <head>
<title>WoW Historical Token Prices Tracker</title> <title>WoW Historical Token Prices Tracker</title>
<meta charset="UTF-8"> <meta charset="UTF-8">