ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

commit
ac9b816
parent
3c97b78
author
CheddarCrisp
date
2020-03-07 17:09:37 +0100 CET
Add lang to html tag because Google says so
1 files changed,  +1, -1
M src/index.html
+1, -1
1@@ -1,5 +1,5 @@
2 <!DOCTYPE html>
3-<html>
4+<html lang="en">
5   <head>
6     <meta charset="UTF-8">
7     <meta name="viewport" content="width=device-width, initial-scale=1.0">