mirror of
https://codeberg.org/reflect/website.git
synced 2025-09-14 03:03:41 +02:00
11 lines
No EOL
511 B
PHP
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>
|