testing with React, initial setup + header

This commit is contained in:
2025-12-06 20:07:09 +01:00
parent 131b0d3696
commit b0a52715d3
28 changed files with 298 additions and 166 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aramjonghu</title>
<link href="./src/App.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>