diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-01 02:43:32 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-01 02:43:32 +0200 |
commit | df9031c47f8e97d8e2df3177093271a458f27267 (patch) | |
tree | 4e81dec4048c6e76a928ef69c905560d7c173fdf /MatrixRoomUtils.Web/wwwroot/index.html | |
download | MatrixUtils-df9031c47f8e97d8e2df3177093271a458f27267.tar.xz |
Initial commit
Diffstat (limited to 'MatrixRoomUtils.Web/wwwroot/index.html')
-rw-r--r-- | MatrixRoomUtils.Web/wwwroot/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html new file mode 100644 index 0000000..580a88b --- /dev/null +++ b/MatrixRoomUtils.Web/wwwroot/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> + <title>MatrixRoomUtils.Web</title> + <base href="/" /> + <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> + <link href="css/app.css" rel="stylesheet" /> + <link rel="icon" type="image/png" href="favicon.png" /> + <link href="MatrixRoomUtils.Web.styles.css" rel="stylesheet" /> +</head> + +<body> + <div id="app"> + <svg class="loading-progress"> + <circle r="40%" cx="50%" cy="50%" /> + <circle r="40%" cx="50%" cy="50%" /> + </svg> + <div class="loading-progress-text"></div> + </div> + + <div id="blazor-error-ui"> + An unhandled error has occurred. + <a href="" class="reload">Reload</a> + <a class="dismiss">🗙</a> + </div> + <script src="_framework/blazor.webassembly.js"></script> +</body> + +</html> |