-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (89 loc) · 6.55 KB
/
index.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSCIT CYBER ARENA | Cybersecurity Training Platform</title>
<!-- SEO Meta Tags -->
<meta name="description" content="SSCIT Cyber Arena - The ultimate platform for cybersecurity training, offering real-world challenges in hacking, penetration testing, cryptography, forensics, and more.">
<meta name="keywords" content="cybersecurity, hacking, penetration testing, CTF, cyber arena, cryptography, forensics, OSINT, reverse engineering, binary exploitation">
<meta name="author" content="0x4m4">
<meta name="robots" content="index, follow">
<!-- Open Graph for Social Sharing -->
<meta property="og:title" content="SSCIT CYBER ARENA | Cybersecurity Training Platform">
<meta property="og:description" content="Join SSCIT Cyber Arena to enhance your cybersecurity skills with real-world challenges.">
<meta property="og:url" content="https://arena.0x4m4.com">
<meta property="og:type" content="website">
<!-- Twitter Card for Social Sharing -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SSCIT CYBER ARENA | Cybersecurity Training Platform">
<meta name="twitter:description" content="Improve your cybersecurity skills at SSCIT Cyber Arena with real-world challenges.">
<!-- Favicon -->
<link rel="icon" href="#" type="image/x-icon">
<!-- Font and Styles -->
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="ascii-container">
<pre class="ascii-art">
.:--=+***=- .-+*%+
.-=+*#%%%%%%@%%%%@@@#+. .:=*#%%%###@.
. .:=+*#%%%%%#########%%%%%%%%%@@%=. .-=*#%%%%########%#
%@%. .-=*#%@%%%#################%%%%%%%%%%%%@@%*=-::--=+**#%@@@%%%%%###########@=
%%%@%@@@@%%%%%%%##################%%%%%%%%%%%%%%%@@@@@@@%%%%%%%%%%%%%%%#########%@.
-@#%@%%%%%%%%%%%%%#################%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%########%%
+@#@@%%%%%%%%%%%%%%%###############%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#######@+
#@#@@%%%%%%%%%%%%%%%%%############%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%######@:
.@%%@@%%%%%%%%%%%%%%%%%%%##########%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%####%%
:@#%@%%%%%%%%%%%%%%%%%%%%%#########%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###@*
+@#@@%%%%%%%%%%%%%%%%%%%%%%%#######%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###@:
#%#@@%%%%%%%%%%%%%%%%%%%%%%%%#####%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%
.@%%@%%%%%%%%%%%%%%%%%%%%%%%%%%####%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%#
-@#%@%%%%%%%%%%%%%%%%%%%%%%%%%%%%##%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@+
+@#@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@:
%%#@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@#
:@#%@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@@
=@#%@%%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@@@%#*+-:
#%#@@%%%%%%%%%%%%%%%%@@@@%#*+==-::..:-+%@%%%%%%%%%%%%%%%%%%%%%%%%@@@%#+=:
%%#@@%%%%%%%%%@@@%#+=:. .=#@@%%%%%%%%%%%@@@@@%#*+-:
:@#%@%%%@@@@#+=: -*#@@@@@%#**+=-.
=@#%@%*+-. ..
#%#@=
%%#@.
:@#%#
=@#@+
#%#@:
%##@
-@#%#
*%#@=
%%#@:
.@#%%
-@#%#
*%#@=
%##@.
.@#%#
-%#@+
*%#@:
%#%@.
.%#%#
=%#%=
###@.
.@%@=
</pre>
</div>
<div class="glitch-container">
<div class="glitch" data-text="SSCIT CYBER ARENA">SSCIT CYBER ARENA</div>
</div>
<p class="hype-text">Are you ready to step into the CYBER ARENA? The ultimate training ground for hackers!</p>
<div class="loading-dots">
<span></span><span></span><span></span>
</div>
<div class="button-container">
<a href="learn-more.html" class="learn-more-button">Learn More</a>
<a href="https://ctf.0x4m4.com/" class="learn-more-button" target="_blank">Enter the Arena!</a>
<a href="https://0x4m4.com/" class="learn-more-button" target="_blank">About</a>
</div>
<script src="assets/script.js"></script>
</body>
</html>