function App() { return ( <div> <h1>Hello, world!</h1> <p>This is a simple webpage.</p> </div> ); } export default App;