Skip to content
Snippets Groups Projects
Commit 94a29f06 authored by Mohamed feroz khan D's avatar Mohamed feroz khan D
Browse files

Update UI/css/style.css, UI/html/analyze.html, UI/html/graph.html,...

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
parent ea3ea7df
No related branches found
No related tags found
No related merge requests found
<!--
Authors: Mohamed feroz khan D
Created Date: 24-DEC-2022
Updated Date: 04-JAN-2023
Description: Analyze 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_Analyze.css">
</head>
<body>
<img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
<form>
<h2>Result</h2>
<div class="form-group">
<div class="container">
<div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
</div>
</form>
</body>
</html>
\ No newline at end of file
<!--
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>
\ No newline at end of file
<!--
Authors: Mohamed feroz khan D
Created Date: 24-DEC-2022
Updated Date: 04-JAN-2023
Description: Menu 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_page1.css">
</head>
<body>
<img src="../images/i1.jpg" alt="Blockchain" style="width:1690px;">
<form>
<h2>Choose the following to continue:</h2>
<div class="form-group">
<div class="container">
<div class="button" onClick="location.href='onchain.html'" type="submit">On-chain</div>
<div class="button" onClick="location.href='offchain.html'" type="submit">Off-chain</div>
<div class="button" onClick="location.href='graph.html'" type="submit">Temporal Graph</div>
<div class="button" onClick="location.href='analyze.html'" type="submit">Analyze</div>
<div class="button" onClick="location.href='../index.html'" type="submit">Back</div>
</div>
</form>
</body>
</html>
\ No newline at end of file
<!--
Authors: Mohamed feroz khan D
Created Date: 24-DEC-2022
Updated Date: 04-JAN-2023
Description: offchain 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_offchain.css">
</head>
<body>
<img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
<form>
<h2>Results found in off-chain</h2>
<div class="form-group">
<div class="container">
<div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
</div>
</form>
</body>
</html>
\ No newline at end of file
<!--
Authors: Mohamed feroz khan D
Created Date: 24-DEC-2022
Updated Date: 04-JAN-2023
Description: onchain 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_onchain.css">
</head>
<body>
<img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
<form>
<h2>Results found in on-chain</h2>
<div class="form-group">
<div class="container">
<div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
</div>
</form>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment