From 01f4275f318b973da1066db99f1676d362fa3076 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 24 Jan 2024 16:55:14 +0100 Subject: Make RMU installable --- MatrixRoomUtils.Web/wwwroot/index.html | 110 +++++++++++++++++---------------- 1 file changed, 56 insertions(+), 54 deletions(-) (limited to 'MatrixRoomUtils.Web/wwwroot/index.html') diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html index 7eef159..a40f38c 100644 --- a/MatrixRoomUtils.Web/wwwroot/index.html +++ b/MatrixRoomUtils.Web/wwwroot/index.html @@ -1,63 +1,65 @@ - - - - MatrixRoomUtils.Web - - - - - - - + + + + MatrixUtils.Web + + + + + + + + - -
- - - - -
-
+ +
+ + + + +
+
-
- An unhandled error has occurred. - Reload - 🗙 -
- - - + function getWindowDimensions() { + return { + width: window.innerWidth, + height: window.innerHeight + }; + } + + + + -- cgit 1.5.1