Skip to content
Snippets Groups Projects
Select Git revision
  • 0cc53ce301ac2e3ce85f9c10a236935a324dfdc7
  • main default protected
2 results

index.html

Blame
  • index.html 1.42 KiB
    <!--
    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>