Select Git revision
-
Mohamed feroz khan D authored
Update UI/css/style.css, UI/html/analyze.html, UI/html/graph.html, UI/html/menu.html, UI/html/offchain.html, UI/html/onchain.html
Mohamed feroz khan D authoredUpdate UI/css/style.css, UI/html/analyze.html, UI/html/graph.html, UI/html/menu.html, UI/html/offchain.html, UI/html/onchain.html
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>