Fixed formatting

This commit is contained in:
Alexis
2026-06-24 18:09:01 +02:00
parent 3280ad0972
commit f991976ef1
2 changed files with 26 additions and 26 deletions

View File

@@ -1,17 +1,17 @@
{ {
"name": "aerocity", "name": "aerocity",
"type": "module", "type": "module",
"version": "0.0.0", "version": "0.0.0",
"engines": { "engines": {
"node": ">=22.12.0" "node": ">=22.12.0"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^7.0.2" "astro": "^7.0.2"
} }
} }

View File

@@ -3,14 +3,14 @@
--- ---
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title>Aerocity</title> <title>Aerocity</title>
</head> </head>
<body> <body>
<h1>Aerocity</h1> <h1>Aerocity</h1>
</body> </body>
</html> </html>