summaryrefslogtreecommitdiff
path: root/src/components/OpenRing.astro
blob: 8fbbf3759c304ac9d49f0f3c5457ce0a0fc873d3 (plain)
1
2
3
4
5
6
7
---
import openringHtml from "../../openring/out.html?raw";
---

<div class="w-full max-w-2xl mx-auto p-4">
  <Fragment set:html={openringHtml} />
</div>