Experiment to rebuild Diffuse using web applets.
1---
2import Page from "../../../layouts/page.astro";
3import "@styles/theme/pilot/index.css";
4---
5
6<Page title="Diffuse">
7 <script src="../../../scripts/theme/pilot/index.js"></script>
8
9 <!-- Temporary filler to push audio UI down to the bottom -->
10 <div class="filler" style="flex: 1;"></div>
11</Page>