mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-15 03:24:48 +00:00
Add lang attribute to html template
I got warning in Visual Studio Code saying ``` The head element represents a collection of metadata for the Document. A11y: <html> element should have a lang attributesvelte(a11y-missing-attribute) ``` And this fix the problem
This commit is contained in:
committed by
Conduitry
parent
143a39e7e5
commit
f6189b4727
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user