website/shells/document.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

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>