fix: correct language attribute from 'e' to 'es' in HTML tag
This commit is contained in:
parent
8c2f00bcbc
commit
fa6fc53f8d
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="e">
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ShopitFront</title>
|
||||
|
|
|
|||
Loading…
Reference in New Issue