17 lines
520 B
HTML
17 lines
520 B
HTML
<!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>
|