From 0640eba992f95cc45873330b76fadf123202d1cd Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 11 Jan 2026 16:16:21 +0100 Subject: More federation work --- .../LibMatrix.FederationTest/Pages/IndexPage.cshtml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml (limited to 'Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml') diff --git a/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml b/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml new file mode 100644 index 0000000..283c13e --- /dev/null +++ b/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml @@ -0,0 +1,19 @@ +@page "/" +@model LibMatrix.FederationTest.Pages.IndexPage + +@{ + Layout = null; +} + + + + + + LibMatrix.FederationTest + + +
+ If you're seeing this, LibMatrix.FederationTest is running! +
+ + \ No newline at end of file -- cgit 1.5.1