fix: correct language attribute from 'e' to 'es' in HTML tag

This commit is contained in:
2026-08-05 09:06:51 -03:00
parent 8c2f00bcbc
commit fa6fc53f8d

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="e"> <html lang="es">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>ShopitFront</title> <title>ShopitFront</title>