diff options
author | Rory& <root@rory.gay> | 2024-01-24 02:31:56 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 17:05:25 +0100 |
commit | 03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch) | |
tree | e000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixUtils.Web/Pages/About.razor | |
parent | Make RMU installable (diff) | |
download | MatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz |
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixUtils.Web/Pages/About.razor')
-rw-r--r-- | MatrixUtils.Web/Pages/About.razor | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/About.razor b/MatrixUtils.Web/Pages/About.razor new file mode 100644 index 0000000..18d7c3f --- /dev/null +++ b/MatrixUtils.Web/Pages/About.razor @@ -0,0 +1,12 @@ +@page "/About" + +<PageTitle>About</PageTitle> + +<h3>Rory&::MatrixUtils - About</h3> +<hr/> +<p>Rory&::MatrixUtils is a "small" collection of tools to do not-so-everyday things.</p> +<p>These range from joining rooms on dead homeservers, to managing your accounts and rooms, and creating rooms based on templates.</p> + +<br/><br/> +<p>You can find the source code on <a href="https://cgit.rory.gay/matrix/MatrixRoomUtils.git/">cgit.rory.gay</a>.<br/></p> +<p>You can also join the <a href="https://matrix.to/#/%23mru%3Arory.gay?via=rory.gay&via=matrix.org&via=feline.support">Matrix room</a> for this project.</p> |