mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
18 lines
No EOL
480 B
PHP
18 lines
No EOL
480 B
PHP
<?php
|
|
|
|
use const VLW\DEFAULT_BUTTON_ICON;
|
|
|
|
require_once VV::root("src/Consts.php");
|
|
|
|
?>
|
|
<style><?= VV::css("public/assets/css/pages/work/wip") ?></style>
|
|
<section class="disclaimer">
|
|
<h1>Soon, very soon!</h1>
|
|
<p>Bear with me as I cook up some texts about this project! Hopefully with some pictures too.</p>
|
|
</section>
|
|
<section class="actions">
|
|
<a href="/work"><button class="inline">
|
|
<p>to featured work</p>
|
|
<?= VV::embed(DEFAULT_BUTTON_ICON) ?>
|
|
</button></a>
|
|
</section>
|