8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
export default () => (
|
|
<section>
|
|
<h1>About</h1>
|
|
<p>This website was made using futuristic internet technologies.</p>
|
|
<a href="/"><= Back</a>
|
|
</section>
|
|
)
|