mirror of
https://github.com/FlipsideCrypto/eth-phishing-detect.git
synced 2026-02-06 03:06:43 +00:00
17 lines
333 B
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>
|