-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
83 lines (83 loc) · 3.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/jpeg" href="/logo.png" />
<title>ZeroDay Alliance SNU</title>
<meta name="robots" content="index, follow" />
<meta name="author" content="ZeroDay Alliance SNU" />
<meta
name="description"
content="Explore, collaborate, and network within the ZeroDay Alliance SNU, a community for students passionate about cybersecurity and ethical hacking."
/>
<meta
name="keywords"
content="ZeroDay Alliance SNU, cybersecurity, ethical hacking, zero-day vulnerabilities, security trends, ethical hacking projects, cybersecurity news, hacking tools, cybersecurity students, network, cybersecurity innovations"
/>
<meta
property="og:title"
content="ZeroDay Alliance SNU - Cybersecurity & Ethical Hacking Community"
/>
<meta
property="og:description"
content="Join ZeroDay Alliance SNU to learn about zero-day vulnerabilities, collaborate on ethical hacking projects, and network with future cybersecurity professionals."
/>
<meta
property="og:image"
content="https://zeroday-alliance.pages.dev/banner.png"
/>
<meta property="og:url" content="https://zeroday-alliance.pages.dev" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="ZeroDay Alliance SNU - Cybersecurity & Ethical Hacking Community"
/>
<meta
name="twitter:description"
content="Explore, collaborate, and network within the ZeroDay Alliance SNU, a community for students passionate about cybersecurity and ethical hacking."
/>
<meta
name="twitter:image"
content="https://zeroday-alliance.pages.dev/banner.png"
/>
<meta name="twitter:site" content="https://zeroday-alliance.pages.dev" />
<meta name="msvalidate.01" content="C1EA66E67CD8F1260478FA4D8B058C35" />
<script>
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i + "?ref=bwt";
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "p487668gq5");
</script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "p48c30xtgs");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>