-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 2.78 KB
/
Copy pathindex.html
File metadata and controls
57 lines (49 loc) · 2.78 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
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/android-icon-192x192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Cloud Security Corner | Cloud Security Resources & Best Practices</title>
<meta name="title" content="Cloud Security Corner | Cloud Security Resources & Best Practices">
<meta name="description" content="A comprehensive resource for cloud security tools, frameworks, best practices, and methodologies. Explore the latest in AWS, Azure, GCP security, DevSecOps, and compliance.">
<meta name="keywords" content="cloud security, aws security, azure security, gcp security, devsecops, cloud compliance, cloud security posture management, cspm, cloud security tools, cloud security best practices">
<meta name="author" content="Cloud Security Corner">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cloudseccorner.github.io/">
<meta property="og:title" content="Cloud Security Corner | Cloud Security Resources & Best Practices">
<meta property="og:description" content="A comprehensive resource for cloud security tools, frameworks, best practices, and methodologies. Explore the latest in AWS, Azure, GCP security, DevSecOps, and compliance.">
<meta property="og:image" content="https://cloudseccorner.github.io/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://cloudseccorner.github.io/">
<meta property="twitter:title" content="Cloud Security Corner | Cloud Security Resources & Best Practices">
<meta property="twitter:description" content="A comprehensive resource for cloud security tools, frameworks, best practices, and methodologies. Explore the latest in AWS, Azure, GCP security, DevSecOps, and compliance.">
<meta property="twitter:image" content="https://cloudseccorner.github.io/og-image.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://cloudseccorner.github.io/">
<!-- Handle GitHub Pages SPA redirects -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>