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>
16 lines
No EOL
297 B
PHP
16 lines
No EOL
297 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style><?= VV::css("assets/css/shells/document") ?></style>
|
|
|
|
<title>Reflect</title>
|
|
</head>
|
|
<body>
|
|
<vv-shell></vv-shell>
|
|
|
|
<?= VV::init() ?>
|
|
</body>
|
|
</html>
|