zenno: link up doc/frbm

This commit is contained in:
2026-05-29 15:08:52 -04:00
parent 0b7201779c
commit 847f2eb8ca
3 changed files with 25 additions and 15 deletions
+12
View File
@@ -0,0 +1,12 @@
<script lang="ts">
import { resolve } from '$app/paths';
</script>
<h1 class="m-8 text-center text-7xl">Zenno Rob Roy &mdash; Documents</h1>
<p>Articles about Umamusume, including editorials and research.</p>
<ul class="mb-4 list-disc pl-4">
<li>
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> &mdash; Detailed analysis of how front runners interact with race mechanics.
</li>
</ul>