-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
47 lines (36 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tartary</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Welcome to Tartary – your go-to platform for all things Capture The Flag (CTF) and cybersecurity! Explore an exciting world of CTF events, dive into write-ups that unravel the intricacies of challenges, and connect with a thriving cybersecurity community. Tartary is your gateway to the latest CTF events, insightful team information, and in-depth write-ups, all presented in a user-friendly and engaging format. Join us in the pursuit of knowledge, skill-building, and collaboration within the cybersecurity domain. Elevate your CTF experience with Tartary – where challenges become opportunities to grow!">
<meta name="keywords" content="CTF, Capture The Flag, security, cybersecurity, write-ups">
<meta name="author" content="We1337">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://jenil.github.io/bulmaswatch/nuclear/bulmaswatch.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Open Graph Tags for Social Media -->
<meta property="og:title" content="Tartary">
<meta property="og:description" content="Unlock the secrets of Capture The Flag challenges at Tartary! 🚀 Explore CTF events, dive into insightful write-ups, and connect with the vibrant cybersecurity community. Elevate your skills and join the adventure! 🔐 #CTF #Cybersecurity #Tartary">
<meta property="og:image" content="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<meta property="og:url" content="https://we1337.github.io/Web-Application-for-Tartary-Team/">
<meta name="twitter:card" content="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<!-- Canonical URL to avoid duplicate content issues -->
<link rel="canonical" href="https://we1337.github.io/Web-Application-for-Tartary-Team/">
</head>
<body>
<div class="containers">
<header data-content="404">404</header>
<p>Error | Қате | Ошибка</p>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
footer();
});
</script>
<script src="./assets/js/action.js"></script>
</body>
</html>