header, icon, favicon, main page

This commit is contained in:
2025-12-07 18:57:55 +01:00
parent b0a52715d3
commit 7782f800c1
7 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="./favicons/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aramjonghu</title>
<link href="./src/App.css" rel="stylesheet">
</head>
<body>
<body class="bg-ctp-sapphire-50 dark:bg-ctp-base">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>