diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-21 15:50:35 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-21 15:50:35 +0000 |
| commit | 76da48766c562c43a65db4e25030ea3acb16d34c (patch) | |
| tree | dff686cc20b536e0aef90485648e676e23035430 /src/components/OpenRing.astro | |
| parent | 42ca90ee1f0aadaa09888f1c9627657abcd866b2 (diff) | |
feat: integrate Openring for webring section and update related files
Diffstat (limited to 'src/components/OpenRing.astro')
| -rw-r--r-- | src/components/OpenRing.astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/OpenRing.astro b/src/components/OpenRing.astro new file mode 100644 index 0000000..8fbbf37 --- /dev/null +++ b/src/components/OpenRing.astro @@ -0,0 +1,7 @@ +--- +import openringHtml from "../../openring/out.html?raw"; +--- + +<div class="w-full max-w-2xl mx-auto p-4"> + <Fragment set:html={openringHtml} /> +</div> |
