Implemented whitelist.
This commit is contained in:
parent
b582390d2c
commit
bcfe8fdfab
6 changed files with 116 additions and 10 deletions
18
mango.html
18
mango.html
|
|
@ -1 +1,17 @@
|
|||
<p>follow development at <a href="https://git.disroot.org/adrianvictor/mango">Git</a></p>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mango</title>
|
||||
<script src="mangoui.js" defer></script>
|
||||
<link rel="stylesheet" href="mangoUI.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">mango</h1>
|
||||
<h2 id="source">whitelist</h2>
|
||||
<textarea placeholder="Domain only, separated by new line, see the example:
|
||||
example.com
|
||||
example2.com" id="whitelist" rows="10" cols="30"></textarea><br>
|
||||
<button id="whitelistSave">save</button>
|
||||
<p><a href="https://git.disroot.org/adrianvictor/mango">source-code</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue