html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body><h1>Tool-x Installation</h1>
<p>Tool-x is a tool for Termux users
<br>
<br>
we can install some kali linux tools with this tool
<br>
<br>
follow these steps to install this tool in Termux
<br>
<br>
Installation :
<br>
<br>
$ apt update
<br>
<br>
$ apt upgrade
<br>
<br>
$ apt install git
<br>
<br>
$ git clone https://github.com/Rajkumrdusad/Tool-X
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
body { background-color: black;
color: red;
}
h1 { color: cyan;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run