-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.18 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="wW_gi1Q6ttu2P1fKoAsVs3DSxaskfXVf1sHEthA3mME" />
<!-- Primary Meta Tags -->
<title>CODER-CTF Community - Cybersecurity Challenges and Capture The Flag</title>
<meta name="title" content="CODER-CTF Community - Cybersecurity Challenges and Capture The Flag">
<meta name="description" content="Learn, practice, and compete in cybersecurity challenges with CODER-CTF. Join our community for all levels of security enthusiasts in capture the flag competitions.">
<meta name="keywords" content="CTF, capture the flag, cybersecurity, hacking challenges, coding competition, security learning, CODER-CTF">
<meta name="author" content="CODER-CTF Team">
<!-- Canonical URL -->
<link rel="canonical" href="https://coder-ctf.web.id/">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CODER-CTF Community",
"url": "https://coder-ctf.web.id",
"description": "Learn, practice, and compete in cybersecurity challenges with CODER-CTF. Join our community for all levels of security enthusiasts in capture the flag competitions.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://coder-ctf.web.id/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "CODER-CTF",
"url": "https://coder-ctf.web.id",
"logo": "https://coder-ctf.web.id/logo.png",
"sameAs": [
"https://www.coder-telkomsby.com"
]
}
</script>
</body>
</html>