html lang

This commit is contained in:
z0x 2024-12-31 15:34:01 -05:00
parent 759f713545
commit 1eeb7a105f
5 changed files with 26 additions and 26 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -21,5 +21,5 @@
"tailwindcss": "^4.0.0-beta.8", "tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.6.3" "typescript": "^5.6.3"
}, },
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"] "trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "@tsparticles/engine", "esbuild", "sharp"]
} }

View file

@ -2,7 +2,7 @@
import "/src/css/app.css"; import "/src/css/app.css";
--- ---
<html> <html lang="en-us">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>404</title> <title>404</title>

View file

@ -4,7 +4,7 @@ import logo from "/src/img/logo.svg";
import "/src/css/app.css"; import "/src/css/app.css";
--- ---
<html> <html lang="en-us">
<head> <head>
<title>z0x</title> <title>z0x</title>
<meta charset="utf-8" /> <meta charset="utf-8" />