fix: add language to html in quick-start.md (#41225)

Add language to html in quick-start.md

We must define language in HTML for different reasons (accessibility++)
This commit is contained in:
Bogdan Cerovac 2024-02-08 02:27:50 +01:00 committed by GitHub
parent 2ea569e0d2
commit 42087e306c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ folder of your project:
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
@ -420,9 +420,8 @@ window.addEventListener('DOMContentLoaded', () => {
```html
<!--index.html-->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->