mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
11 lines
No EOL
581 B
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>
|