-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlinks.html
More file actions
83 lines (81 loc) · 3.48 KB
/
links.html
File metadata and controls
83 lines (81 loc) · 3.48 KB
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
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#343a40" />
<meta
name="description"
content="links"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>secuRIT</title>
<style>
body{
background-color: #faf8ef;
}
h5{
color: #343a40;
}
.name{
color: #343a40;
}
.love{
color: #343a40 !important;
}
/*----------------- Mail-------------------- */
#email{
text-decoration: none;
float: right;
color:#343a40;
}
.footer{
margin-top: 5% !important;
margin-bottom: 10px;
}
@media (max-width: 479px) {
.footer{
margin-top: 35% !important;
}
}
.special-link {
background-color: #000000; /* Add a background color to make it stand out */
color: #fff; /* Set the text color to white for better contrast */
font-weight: bold; /* Make the text bold */
}
</style>
</head>
<body>
<div class="container">
<div class="media mt-5">
<div class="media-body m-2">
<h5 class="align-items-center mt-2">secuRIT</h5>
</div>
</div>
<div class="mt-4">
<!-- <a href="https://securit.club/innovison" class="btn btn-outline-dark btn-block special-link" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i><strong>/innovison REGISTER HERE</strong></a>
<br> -->
<a href="https://securit.club" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/site</a>
<br>
<a href="https://securit.club/join" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/join club</a>
<br>
<a href="https://t.me/securitb" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/telegram</a>
<br>
<a href="https://chat.whatsapp.com/Jq5462NB78wJzXhd7IIvDN"" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/whatsapp</a>
<br>
<a href="https://github.com/securitb" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/github</a>
<br>
<a href="https://www.linkedin.com/company/securitb" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/linkedin</a>
<br>
<a href="https://instagram.com/secur1t" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fas fa-angle-double-right"> </i>/instagram</a>
</div>
<!--------------------Footer---------------------------->
<div class="footer mt-5">
<hr/>
<h6>made with <span class="love">♥</span> by secuRIT.</h6>
</div>
</div>
</body>
</html>