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",
"type": "module",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.2"
}
}
"name": "aerocity",
"type": "module",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.2"
}
}

View File

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