feat: layout base con header, footer e 404
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
import Base from '../layouts/Base.astro';
|
||||
export const prerender = true;
|
||||
---
|
||||
<html lang="it"><head><title>InsanityLab</title></head>
|
||||
<body><h1>InsanityLab — in costruzione</h1></body></html>
|
||||
<Base title="Performance. Balance. Longevity.">
|
||||
<section class="section"><div class="container"><h1>Homepage in costruzione</h1></div></section>
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user