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

19 lines
391 B
HTML

<style>
#javaguy::before {
background-image: url("assets/img/javaguy.jpg");
}
#javaguy-caption {
position: absolute;
top: 5%;
left: 5%;
}
</style>
<div id="javaguy" class="page-base interlude">
<div class="interlude-caption" id="javaguy-caption">
i'm living in the real world<br/>
and he's living in a <em>virtual machine...</em><br/>
</div>
</div>