mirror of
https://codeberg.org/reflect/website.git
synced 2025-09-13 18:53:41 +02:00
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>
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>
|