Files
smartbar/pages/mr-nickel.html
Charles Magahern 08354c8905 Some interlude pages
2025-09-07 18:39:15 -07:00

20 lines
412 B
HTML

<style>
#mr-nickel::before {
background-image: url("assets/img/mr-nickel.jpg");
}
#mr-nickel-caption {
position: absolute;
bottom: 10%;
right: 5%;
}
</style>
<div id="mr-nickel" class="page-base interlude">
<div class="interlude-caption" id="mr-nickel-caption">
mr. nickel says<br/>
the financial collapse is imminent<br/>
and it's all your fault!
</div>
</div>