ZX-Spectrum/parts/home.php

17 lines
386 B
PHP

<main class="bg-lightGrey max-w-screen">
<section class="wrapper-sm h-screen h-[100dvh] flex flex-col justify-center items-center">
<h1>LewisDale.dev</h1>
<nav class="basic-select w-full">
<?php wp_nav_menu(
array(
'zx_spectrum' => 'home',
)
); ?>
</nav>
<footer class="pt-size-2">
&copy; 2023 Lewis Dale
</footer>
</section>
</main>