html lang
This commit is contained in:
parent
759f713545
commit
1eeb7a105f
5 changed files with 26 additions and 26 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
46
package.json
46
package.json
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "z0x.ca",
|
"name": "z0x.ca",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro check && astro build",
|
"build": "astro check && astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.1.1",
|
"astro": "^5.1.1",
|
||||||
"motion": "^11.11.17"
|
"motion": "^11.11.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@biomejs/biome": "1.9.4",
|
"@biomejs/biome": "1.9.4",
|
||||||
"@tailwindcss/vite": "^4.0.0-beta.8",
|
"@tailwindcss/vite": "^4.0.0-beta.8",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"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"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue