|
16 | 16 | <!-- necessary meta tags --> |
17 | 17 |
|
18 | 18 | <!-- app icons --> |
19 | | - <link rel="icon" type="image/png" href="/assets/icons/favicon-32x32.png" sizes="32x32" /> |
20 | | - <link rel="icon" type="image/png" href="/assets/icons/favicon-16x16.png" sizes="16x16" /> |
21 | | - <link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" /> |
22 | | - <link rel="shortcut icon" href="/assets/icons/favicon.ico" /> |
23 | | - <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" /> |
| 19 | + <link rel="icon" type="image/png" href="./assets/icons/favicon-32x32.png" sizes="32x32" /> |
| 20 | + <link rel="icon" type="image/png" href="./assets/icons/favicon-16x16.png" sizes="16x16" /> |
| 21 | + <link rel="icon" type="image/svg+xml" href="./assets/icons/favicon.svg" /> |
| 22 | + <link rel="shortcut icon" href="./assets/icons/favicon.ico" /> |
| 23 | + <link rel="apple-touch-icon" sizes="180x180" href="./assets/icons/apple-touch-icon.png" /> |
24 | 24 |
|
25 | 25 | <meta name="apple-mobile-web-app-title" content="GitHub Connection Visualizer" /> |
26 | 26 |
|
27 | | - <link rel="manifest" href="/assets/icons/site.webmanifest" /> |
28 | | - <link rel="mask-icon" href="/assets/icons/favicon.svg" color="#fdfffc"> |
| 27 | + <link rel="manifest" href="./assets/icons/site.webmanifest" /> |
| 28 | + <link rel="mask-icon" href="./assets/icons/favicon.svg" color="#fdfffc"> |
29 | 29 | <!-- app icons --> |
30 | 30 |
|
31 | 31 | <!-- open graph and facebook preview --> |
|
119 | 119 | <div class="col-12 col-sm-12 col-md-12 col-lg-10 col-xl-9 card card-wrapper glass-card px-4 py-3"> |
120 | 120 | <div class="card-body"> |
121 | 121 | <div class="p-4 fab-wrapper-top-left"> |
122 | | - <a class="btn btn-outline-secondary pagination-button-wrapper rounded-5 py-2" href="/" role="button" aria-disabled="true"> |
| 122 | + <a class="btn btn-outline-secondary pagination-button-wrapper rounded-5 py-2" href="./" role="button" aria-disabled="true"> |
123 | 123 | <i class="bi bi-house-door-fill text-color"></i> |
124 | 124 | Back To Home |
125 | 125 | </a> |
|
191 | 191 | by GitHub. All content posted here is public and owned by its respective authors.</span> |
192 | 192 | <div class="col-12 py-3"> |
193 | 193 | <div class="d-flex flex-row justify-content-center align-items-center column-gap-3"> |
194 | | - <a href="/" class="header-color footer-link-button">Home</a> |
| 194 | + <a href="./" class="header-color footer-link-button">Home</a> |
195 | 195 | <span class="muted-text-color">|</span> |
196 | 196 | <a href="./privacy-policy.html" class="header-color footer-link-button">Privacy Policy</a> |
197 | 197 | <span class="muted-text-color">|</span> |
|
0 commit comments