Add base login route

This commit is contained in:
2024-06-29 13:26:12 +02:00
parent 236871e241
commit 738c53c8b9
15 changed files with 461 additions and 148 deletions

View File

@ -2,9 +2,9 @@
<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="/sunny.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>SolarEnergy</title>
</head>
<body>
<div id="root"></div>