eth-phishing-detect/index.html

17 lines
333 B
HTML

<!doctype html>
<html>
<head>
<title>Why Blocked?</title>
<script src="./example/bundle.js"></script>
</head>
<body>
<h1>Why Was This Site Blocked?</h1>
<form>
<input id="input"></input>
<button class="why" type="submit">Check</button>
</form>
<br>
<p id="result"></p>
</body>
</html>