-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux.html
47 lines (47 loc) · 1.5 KB
/
linux.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Linux</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
</head>
<style>
body{
background: black;
color: white;
font-family: calibri;
}
#con{
display: flex;
}
.btn{
background-image: linear-gradient(to right, #ff00ee, #b700ff, blue);
color: white;
border-color: white;
border-radius: 30px;
border-width: 1px;
}
code{
background:white;
color:black;
border-radius:3px;
}
</style>
<body>
<h3>Yash12007</h3>
<div id="con">
<b>A tool with the support of preinstalled tools in kali linux in 1-2 character commands with documentation</b>
</div>
<a download href="https://github.com/Yash12007/Linux/raw/main/new.sh" class="btn"><b>Download Now</b></a>
<br>
<code>git clone https://github.com/Yash12007/Linux.git</code>
<br>
<code>cd Linux</code>
<br>
<code>chmod +x Yash12007.sh</code>
<br>
<code>./Yash12007.sh</code>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</body>
</html>