-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
124 lines (114 loc) · 5.55 KB
/
404.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<!-- made by @CSN3RD -->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-208072160-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-208072160-1');
</script>
<title>ERROR 404</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="TheHackersCrew is one of the best CTF teams in the world with members from all around the globe.">
<meta name="author" content="TheHackersCrew">
<meta name="keywords" content="thehackerscrew, cybersecurity, CTF">
<meta property="og:title" content="TheHackersCrew Error Page"/>
<meta property="og:description" content="TheHackersCrew is one of the best CTF teams in the world with members from all around the globe."/>
<meta property="og:image" content="https://www.thehackerscrew.team/images/thc_icon_processed.png"/>
<meta property="og:url" content="https://www.thehackerscrew.team/"/>
<meta property="og:site_name" content="TheHackersCrew"/>
<meta property="og:type" content="website"/>
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@thehackerscrew1">
<meta property="twitter:creator" content="@thehackerscrew1">
<meta property="twitter:title" content="TheHackersCrew Error Page">
<meta property="twitter:description" content="TheHackersCrew is one of the best CTF teams in the world with members from all around the globe.">
<meta property="twitter:image" content="https://www.thehackerscrew.team/images/thc_icon_processed.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/x-icon" href="/images/thc_icon_processed.png" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<!-- <a href="/" class="logo">
<span class="symbol"><img src="/images/thc_icon_processed.png" alt="thehackerscrew" /></span><span class="title">thehackerscrew</span>
</a>
-->
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="/" class="icon solid fa-home"> Home</a></li>
<li><a href="/accomplishments" class="icon solid fa-award"> Accomplishments</a></li>
<li><a href="/members" class="icon solid fa-users"> Members</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>Error 404!</h1>
</header>
<section>
<p>Whoops, the page you were looking for does not exist.</p>
<ul class="actions">
<li><a href="#" onclick="history.go(-1)" class="button icon solid fa-arrow-left">go back</a></li>
</ul>
<p>or take a look at one of these pages</p>
<ul class="actions">
<li><a href="/" class="button icon solid fa-home">Home</a></li>
<li><a href="/accomplishments" class="button icon solid fa-award">Accomplishments</a></li>
<li><a href="/members" class="button icon solid fa-users">Members</a></li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2 style="text-transform: none;">Follow our journey</h2>
<ul class="icons">
<li style="text-align: center;"><a href="https://ctftime.org/team/85618" class="icon solid style2 fa-envelope-square fa-rotate-270" title="CTFtime" target="_blank" rel="noopener noreferrer"></a><p style="margin-bottom: 0; margin-top: .4em;">CTFtime</p></li>
<li style="text-align: center;"><a href="https://twitter.com/thehackerscrew1" class="icon brands style2 fa-twitter" title="Twitter" target="_blank" rel="noopener noreferrer"></a><p style="margin-bottom: 0; margin-top: .4em;">Twitter</p></li>
<li style="text-align: center;"><a href="https://github.com/Thehackerscrew" class="icon brands style2 fa-github" title="Github" target="_blank" rel="noopener noreferrer"></a><p style="margin-bottom: 0; margin-top: .4em;">Github</p></li>
</ul>
</section>
<section>
<h3 style="text-transform: none;">Latest Twitter Posts</h3>
<a class="twitter-timeline" data-dnt="true" data-theme="dark" data-chrome="transparent noheader nofooter" data-height="200px" href="https://twitter.com/thehackerscrew1?ref_src=twsrc%5Etfw">Tweets by thehackerscrew1</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</section>
<ul class="copyright">
<li>© 2024. All rights reserved</li>
<li>TheHackersCrew</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/breakpoints.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>