16 lines
219 B
HTML
16 lines
219 B
HTML
@use super::base_html;
|
|
@use super::components::return_to_main_html;
|
|
|
|
@()
|
|
|
|
@:base_html({
|
|
|
|
<div class="fixed right-0 top-0 pr-4 pt-4">
|
|
@:return_to_main_html()
|
|
</div>
|
|
|
|
<div>
|
|
I have no dancers to show you :(
|
|
</div>
|
|
|
|
})
|