From 76da48766c562c43a65db4e25030ea3acb16d34c Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Sat, 21 Mar 2026 15:50:35 +0000 Subject: feat: integrate Openring for webring section and update related files --- src/components/OpenRing.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/OpenRing.astro (limited to 'src/components/OpenRing.astro') 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"; +--- + +
+ +
-- cgit