Compare commits

..

No commits in common. "testing" and "develop" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
# dist
dist
dist-ssr
*.local

View File

@ -4,7 +4,7 @@
<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>NightlyRadioRadioRadio</title>
<title>Vite + Preact + TS</title>
</head>
<body>
<div id="app"></div>

View File

@ -8,7 +8,7 @@ export function App() {
return (
<>
<div class="container">
<div></div>
<div id={header}></div>
</div>
</>
)