website/public/index.php
Victor Westerlund 8ae67a86d8 feat: initial code commit (#1)
Placeholder website until the real thing is ready

Reviewed-on: https://codeberg.org/reflect/website/pulls/1
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
2024-09-27 16:13:44 +00:00

11 lines
No EOL
511 B
PHP

<style><?= VV::css("assets/css/pages/index") ?></style>
<main>
<?= VV::embed("assets/media/logo.svg") ?>
<h1>WORK IN PROGRESS</h1>
<p>Sorry, this website is still under construction</p>
<p>You can find the source for the Reflect API framework on Codeberg and on git.vlw.se</p>
<div class="actions">
<a href="https://codeberg.org/reflect"><button class="solid"><p>Reflect on Codeberg</p></button></a>
<a href="https://git.vlw.se/reflect"><button><p>Reflect on git.vlw.se</p></button></a>
</div>
</main>