diff options
Diffstat (limited to 'backend/instance/nocookies/data/options.html')
| -rw-r--r-- | backend/instance/nocookies/data/options.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/backend/instance/nocookies/data/options.html b/backend/instance/nocookies/data/options.html new file mode 100644 index 0000000..97dc8c9 --- /dev/null +++ b/backend/instance/nocookies/data/options.html @@ -0,0 +1,26 @@ +<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+
+ <style>
+ body {padding:20px}
+ label {display:block; width:800px; padding:0 0 20px}
+ textarea {width:100%; height:150px}
+ </style>
+</head>
+<body>
+
+<h1 id="title"></h1>
+
+<label>
+ <span id="whitelist_label"></span><br />
+ <textarea id="whitelist"></textarea>
+</label>
+
+<input type="button" id="save" value="" style="min-width:100px" /> <div id="status_saved" style="display:none; color:green; padding-left:5px"></div>
+
+<script src="options.js"></script>
+
+</body>
+</html>
\ No newline at end of file |
