diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
commit | 31d6ff6f931696850c348007241195ab3b2eddc7 (patch) | |
tree | 615cb1c57ce9f6611bad93326b9105098f379609 /src/no-dashboard.html | |
parent | Initial commit. (diff) | |
download | ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.tar.xz ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.zip |
Adding upstream version 1.55.0+dfsg.upstream/1.55.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/no-dashboard.html')
-rw-r--r-- | src/no-dashboard.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/no-dashboard.html b/src/no-dashboard.html new file mode 100644 index 0000000..35b27c9 --- /dev/null +++ b/src/no-dashboard.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>uBlock — About</title> +<link rel="stylesheet" type="text/css" href="css/themes/default.css"> +<link rel="stylesheet" type="text/css" href="css/common.css"> +<link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> +</head> + +<body> + +<div style="align-items:center;display:flex;height:50vh;justify-content:center;" data-i18n="noDashboardNotice"> + Your administrator removed the ability to access the dashboard +</div> + +<script src="lib/hsluv/hsluv-0.1.0.min.js"></script> + +<script src="js/vapi.js"></script> +<script src="js/vapi-common.js"></script> +<script src="js/vapi-client.js"></script> +<script src="js/theme.js" type="module"></script> +<script src="js/i18n.js" type="module"></script> + +</body> +</html> |