-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
72 lines (44 loc) · 1.22 KB
/
tools.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<style>
@media screen and (max-width: 400px){
body{
background-color: #000;
background-size: 420px 780px;
padding: 0;
margin: 0;
}
}
@media screen and (min-width: 401px) and (max-width: 1800px){
body{
background-color: #000;
background-size: 1385px;
padding: 0;
margin: 0;
}
js-about{
padding: 0;
margin: 0;
color: slategray;
text-align: right;
}
}
</style>
<body class="tools">
<h3 style="color: red;">hack tik tok and emils <i class='fab fa-hackerrank'></i></h3>
<iframe width="380" height="300" src="https://mega.nz/embed/ttlinRwD#LysU2mSFdwc0TdeZFabvyBGUQIaxoEMpPqQYccsdlpA">
</iframe>
<center>
<div class="tik">
<a href="https://github.com/iraq-hacker/tiktok-hack" target="_blank">the tools <i class='fas fa-tools'></i></a>
</div>
</center>
</body>
</html>