1<?php 2 3include "../httpheaders.php"; 4 5?> 6 7<!DOCTYPE html> 8<html lang="en"> 9 10<?php include "../head.php" ?> 11 12<body> 13 14<main> 15 <header> 16 <h1 class="highlight" id="floppies">floppies</h1> 17 </header> 18 19 <?php include "../nav_main.php" ?> 20 21 <p>this page organizes my one-off, self-contained/standalone site pages that usually diverge from the site's design language. as of writing, it's mainly for pages created for events.</p> 22 23 <p>it's called <i>floppies</i> because i like comic books and in the world of comic books, individual paper issues are called floppies. they're kind of like one-offs, too!</p> 24 25 <section aria-labelledby="events"> 26 <h2 id="events" class="highlight">events</h2> 27 28 <dl> 29 <dt><a href="https://bubblegum.girlonthemoon.xyz/articles/html-day-2025">HTML day 2025</a> (<time datetime="2025-08-02">august 2nd, 2025</time>)</dt> 30 <dd> 31 <a href="/ruru/index.html">in the orange light</a>: dedicated to <i>dambara ruru</i> 32 </dd> 33 </dl> 34 </section> 35</main> 36 37</body> 38 39</html>