hype/examples/ssr/src/pages/about.tsx
2026-01-16 14:36:02 -08:00

8 lines
173 B
TypeScript

export default () => (
<section>
<h1>About</h1>
<p>This website was made using futuristic internet technologies.</p>
<a href="/">&lt;= Back</a>
</section>
)