diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..4e2b122089ee07d2f0e5b44486e86ad5d6d7a5ad --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ +<!-- +Authors: Mohamed feroz khan D +Created Date: 24-DEC-2022 +Updated Date: 04-JAN-2023 +Description: Input gathering +--> + +<!DOCTYPE html> +<html> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>BLOCKCHAIN FORENSICS</title> + <link rel="stylesheet" href="css/style.css"> +</head> +<body> + <img src="images/i1.jpg" alt="Blockchain" style="width:1690px;"> + <form action="php/details.php" method="post"> + <h2>Blockchain Forensics Tool</h2> + + <form1> + <div> + <input type="radio" id="BTC" name="crypto" Value="Bitcoin"/> + <label for="radio">Bitcoin</label> + + + + <input type="radio" id="ETH" name="crypto" Value="Ethereum"/> + <label for="radio">Ethereum</label> + + + + <input type="radio" id="ADA" name="crypto" Value="Cordona"/> + <label for="radio">Cordona</label> + </div> + </form1> + + <div class="form-group"> + <label for="fname">Address:</label><br> + <input type="text" placeholder="Enter the Target Address" name="Address" required> + <p>OR</p> + <label for="fname">Transaction:</label><br> + <input type="text" placeholder="Enter the Transaction ID" name="Transaction" required> + <div class="container"> + <div class="button" onClick="location.href='html/menu.html'" type="submit" name="save">Submit</div> +</div> + </form> + </body> +</html>