add lang tag

This commit is contained in:
rany 2020-08-30 01:05:01 -03:00
parent 17ab0654b9
commit 402ec201cf
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -913,7 +913,7 @@ create_includes() {
if [[ -f $header_file ]]; then cp "$header_file" .header.html
else {
echo '<!DOCTYPE html>'
echo '<html><head>'
echo '<html lang="en"><head>'
echo '<meta http-equiv="Content-type" content="text/html;charset=UTF-8">'
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">'
printf '<link rel="stylesheet" href="%s" type="text/css">\n' "${css_include[@]}"