commit b5a42e9f5a6144d01609f9d9a657bb07a82fe3b3 parent a00d7fb3e8b2dc3f5a63dd367e1d49dc63a28fcd Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 17 Nov 2019 14:24:50 -0500 Add lang attribute to <html> Diffstat:
M | build/header.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/header.html b/build/header.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">