Skip to content

Commit b3b8dfe

Browse files
committed
Added favicon
1 parent 3904b4c commit b3b8dfe

9 files changed

Lines changed: 29 additions & 0 deletions

docs/android-chrome-192x192.png

53.3 KB
Loading

docs/android-chrome-512x512.png

336 KB
Loading

docs/apple-touch-icon.png

48.1 KB
Loading

docs/favicon-16x16.png

773 Bytes
Loading

docs/favicon-32x32.png

2.08 KB
Loading

docs/favicon.ico

15 KB
Binary file not shown.

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>pathfinding.cloud - AWS Security Research & Training</title>
77
<meta name="description" content="Comprehensive library of AWS IAM privilege escalation paths and hands-on security labs">
8+
<!-- Favicon -->
9+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
11+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
12+
<link rel="manifest" href="/site.webmanifest">
813
<!-- Prevent theme flicker by applying theme before render -->
914
<script>
1015
(function() {

docs/paths/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>pathfinding.cloud - AWS IAM Privilege Escalation Paths</title>
77
<meta name="description" content="Comprehensive library of AWS IAM privilege escalation paths, techniques, and mitigations">
8+
<!-- Favicon -->
9+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
11+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
12+
<link rel="manifest" href="/site.webmanifest">
813
<!-- Prevent theme flicker by applying theme before render -->
914
<script>
1015
(function() {

docs/site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "pathfinding.cloud",
3+
"short_name": "pathfinding",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#632CA6",
17+
"background_color": "#0B0B0F",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)