memories/templates/main.php

10 lines
163 B
PHP
Raw Normal View History

<?php if ($native === true) { ?>
<style type="text/css">
body, html {
background: transparent;
}
</style>
<?php } ?>
2022-08-14 20:54:18 +00:00
<div id="vue-content"></div>