summaryrefslogtreecommitdiffstats
path: root/src/no-dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/no-dashboard.html')
-rw-r--r--src/no-dashboard.html27
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>