prettier and updated website header

This commit is contained in:
2026-06-08 01:13:30 +02:00
parent fe9e9082b2
commit 4449b5207b
18 changed files with 503 additions and 482 deletions
+14 -14
View File
@@ -1,16 +1,16 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/favicon/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aramjonghu-site</title>
</head>
<body class="bg-ctp-base">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/favicon/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aramjonghu-site</title>
</head>
<body class="bg-ctp-base">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>