mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 14:35:20 +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>
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
||||||
|
|||||||
Reference in New Issue
Block a user