diff options
author | Rory& <root@rory.gay> | 2024-05-14 17:49:09 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-14 17:49:09 +0200 |
commit | 41c5a84dacfd036b8d8f01f72226ac5a519995e3 (patch) | |
tree | a4bfc76541692cbbb0fc18f34463cf31a57440f5 /MatrixUtils.Web/Pages/Labs/Index.razor | |
parent | Improve the heatmap layout (diff) | |
download | MatrixUtils-41c5a84dacfd036b8d8f01f72226ac5a519995e3.tar.xz |
Organise tools somewhat, set proper icons for nav menu
Diffstat (limited to 'MatrixUtils.Web/Pages/Labs/Index.razor')
-rw-r--r-- | MatrixUtils.Web/Pages/Labs/Index.razor | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/Labs/Index.razor b/MatrixUtils.Web/Pages/Labs/Index.razor new file mode 100644 index 0000000..fbe4b62 --- /dev/null +++ b/MatrixUtils.Web/Pages/Labs/Index.razor @@ -0,0 +1,11 @@ +@page "/Labs" +<h3>Index of /Labs</h3> +<p>Welcome to RMU Laboratories! We wish you a safe and informative time!</p> +<p>These pages are a work in progress, and may not work <b>or cause permanent account changes!</b></p> +<p>We do not claim responsibility in case something goes wrong here!</p> +<p><b style="color: red;">Here be dragons!!</b></p> +<br/> + +<a href="/Labs/Rooms2">Room List v3</a><br/> +<a href="/Labs/Client">Client implementation attempt</a><br/> +<a href="/Labs/DMSpace/Setup">DM Space setup</a><br/> \ No newline at end of file |