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