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

This commit is contained in:
2026-07-29 11:02:59 -03:00
parent 7ebf383c89
commit 1fb9789abf

View File

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