-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathutilities.html
38 lines (34 loc) · 1.68 KB
/
utilities.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap" rel="stylesheet"> <!-- omg titanium network font moment-->
<script src=
"/particles.js">
</script>
<script src=
"/app.js">
</script> <link rel="shortcut icon" type="image/x-icon" href="/IMGS/favicon.ico" />
<meta charset="utf-8" />
<title>ChromeSploits | Utilities</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/CSS/style.css" />
<script src="/JS/script.js"></script>
</head>
<link rel='stylesheet' href="/CSS/style.css"/>
<div class="locbar" style="height: 70px; background-color: transparent; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<a href="#" onclick="window.location.href='/securly.html'" style="padding: 20px 30px; margin-right: 10px;">Securly</a>
<a href="#" onclick="window.location.href='/gogaurdian.html'" style="padding: 20px 30px; margin-right: 10px;">GoGaurdian</a>
<a href="#" onclick="window.location.href='/utilities.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">
</div>
<div class="image-wrapper-container">
<div class="image-container">
<img src="/IMGS/csmite.jpeg" alt="Failed To Load" class="image" onclick=window.location.href="/cryptosmite.html">
<div class="bottom-div">Cryptosmite (Unenrollment)</div>
</div>
</div>
</body>
</html>