vlw.se/public/playground/super-secret-settings.php

11 lines
No EOL
581 B
PHP

<style><?= VV::css("public/assets/css/pages/playground/super-secret-settings") ?></style>
<section class="header">
<p>Super Secret Settings</p>
<button class="collapse"><?= VV::embed("public/assets/media/icons/chevron.svg") ?></button>
<button class="close"><?= VV::embed("public/assets/media/icons/close.svg") ?></button>
</section>
<section class="body">
<p>Do you have what it takes to click this button?</p>
<button class="inline">I'm feeling lucky</button>
</section>
<script type="module"><?= VV::js("public/assets/js/pages/playground/super-secret-settings") ?></script>