summaryrefslogtreecommitdiff
path: root/client/fragments/settings/blocking.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/fragments/settings/blocking.html')
-rw-r--r--client/fragments/settings/blocking.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/fragments/settings/blocking.html b/client/fragments/settings/blocking.html
new file mode 100644
index 0000000..b3e9301
--- /dev/null
+++ b/client/fragments/settings/blocking.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title></title>
+ <style>
+ * {
+ font-family: system-ui, -apple-system, sans-serif;
+ user-select: none;
+ -webkit-user-drag: none;
+ }
+ </style>
+</head>
+<body style="background-color: #fff;">
+<main style="background-color: #fff; position: fixed; inset: 20px; overflow: auto;">
+ <h4 style="margin-top: 0; margin-bottom: 10px;">Content blocking</h4>
+ <p>TODO</p>
+</main>
+</body>
+</html>