Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Blockchain Forensics using OSINT and Graph Temporal Logic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mohamed feroz khan D
Blockchain Forensics using OSINT and Graph Temporal Logic
Commits
0cc53ce3
Commit
0cc53ce3
authored
2 years ago
by
Mohamed feroz khan D
Browse files
Options
Downloads
Patches
Plain Diff
upload index.html
parent
3678c0ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+48
-0
48 additions, 0 deletions
index.html
with
48 additions
and
0 deletions
index.html
0 → 100644
+
48
−
0
View file @
0cc53ce3
<!--
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment