📺 finlizes routing and improves bs

This commit is contained in:
2026-05-22 15:56:44 +02:00
parent c3782509e8
commit 8bb12aaac1
25 changed files with 277 additions and 88 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="Description" content="Put your description here.">
<link rel="icon" type="image/svg+xml" href="./assets/logo.svg">
<link rel="icon" type="image/svg+xml" href="./.tmp/tsc/src/assets/logo.svg">
<base href="/">
<style>
@@ -23,7 +23,7 @@
<body>
<app-cfpodcasts></app-cfpodcasts>
<script type="module" src="./out-tsc/src/index.js"></script>
<script type="module" src="./.tmp/tsc/src/index.js"></script>
</body>
</html>