Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

__init__.pyc

Blame
  • Forked from Hodor Security Project / Hodor Web Backend
    Source project has a limited visibility.
    graph.html 1.19 KiB
    <!--
    Authors: Mohamed feroz khan D
    Created Date: 24-DEC-2022
    Updated Date: 05-JAN-2023 
    Description: Temporal Graph page
    -->
    
    <!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_TG.css">
    </head>
    <body>
        <img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
        <form>
            <h2>Temporal Graph Visualization</h2>
            <div class="form-group">            
            <label for="fname">node size:</label>
            <input type="text" placeholder="Enter the node size" name="fname" id="nsize">
            <label for="fname">active edge width:</label>
            <input type="text" placeholder="Enter the edge width" name="fname" id="aewidth">
            <label for="fname">label color:</label>
            <input type="text" placeholder="Enter the label color" name="fname" id="lcolor">
            <label for="fname">label size:</label>
            <input type="text" placeholder="Enter the label size" name="fname" id="lsize">
    
    
            <div class="container">
        <div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
    </div>    
        </form>
        </body>
    </html>