memories/templates/main.php

10 lines
163 B
PHP

<?php if ($native === true) { ?>
<style type="text/css">
body, html {
background: transparent;
}
</style>
<?php } ?>
<div id="vue-content"></div>