1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@page "/" @model LibMatrix.FederationTest.Pages.IndexPage @{ Layout = null; } <!DOCTYPE html> <html> <head> <title>LibMatrix.FederationTest</title> </head> <body> <div> If you're seeing this, LibMatrix.FederationTest is running! </div> </body> </html>