simple hello world with gradient background with macos overscroll behaviour defined

This commit is contained in:
2025-09-04 21:00:57 -06:00
parent 0ff94da64e
commit 68b00e8eb7
4 changed files with 10 additions and 72 deletions

View File

@@ -4,20 +4,11 @@ import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<div>
<header>
<p>
Edit <code>src/App.tsx</code> and save to reload.
Hello World!
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);