Added routing for subfolders to other files + simple first frontend

This commit is contained in:
Janik 2025-07-20 10:43:27 +02:00
parent 76fb3332bf
commit 84ff8df612
14 changed files with 348 additions and 63 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="./src/assets/trx-shortlink-orange.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>trx shortlink</title>
</head>
<body>
<div id="root"></div>