|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <!-- HTML Meta Tags --> |
5 | | - <title>CodeRed - Documentation</title> |
| 5 | + <meta charset="UTF-8"> |
6 | 6 | <meta name="description" content="A lightweight, user-friendly enhancement for Rocket League."> |
7 | | - |
| 7 | + <title>CodeRed - Documentation</title> |
8 | 8 | <!-- Open Graph Meta Tags --> |
9 | 9 | <meta property="og:url" content="https://coderedmodding.github.io/documentation.html"> |
10 | 10 | <meta property="og:type" content="website"> |
11 | 11 | <meta property="og:title" content="CodeRed - Rocket League"> |
12 | 12 | <meta property="og:description" content="A lightweight, user-friendly enhancement for Rocket League."> |
13 | | - <meta property="og:image" content="https://raw.githubusercontent.com/CodeRedModding/CodeRed-Retrievers/refs/heads/main/Assets/Banners/Wallpaper_Default.png"> |
14 | | - <meta property="og:image:width" content="2560"> |
15 | | - <meta property="og:image:height" content="1440"> |
16 | | - |
| 13 | + <meta property="og:image" content="https://coderedmodding.github.io/assets/images/Wallpaper_Default_Mini.png"> |
| 14 | + <meta property="og:image:width" content="1280"> |
| 15 | + <meta property="og:image:height" content="720"> |
17 | 16 | <!-- Twitter Meta Tags --> |
18 | 17 | <meta name="twitter:card" content="summary_large_image"> |
19 | 18 | <meta name="twitter:domain" content="coderedmodding.github.io"> |
20 | 19 | <meta name="twitter:url" content="https://coderedmodding.github.io/documentation.html"> |
21 | 20 | <meta name="twitter:title" content="CodeRed - Rocket League"> |
22 | 21 | <meta name="twitter:description" content="A lightweight, user-friendly enhancement for Rocket League."> |
23 | | - <meta name="twitter:image" content="https://raw.githubusercontent.com/CodeRedModding/CodeRed-Retrievers/refs/heads/main/Assets/Banners/Wallpaper_Default.png"> |
24 | | - |
| 22 | + <meta name="twitter:image" content="https://coderedmodding.github.io/assets/images/Wallpaper_Default_Mini.png"> |
| 23 | + <!-- Scripts & Links --> |
| 24 | + <script defer src="assets/fontawesome/js/all.min.js"></script> |
25 | 25 | <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"> |
26 | 26 | <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet"> |
27 | | - <script defer src="assets/fontawesome/js/all.min.js"></script> |
28 | 27 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.2/styles/atom-one-dark.min.css"> |
29 | 28 | <link rel="stylesheet" href="assets/plugins/simplelightbox/simple-lightbox.min.css"> |
30 | 29 | <link id="theme-style" rel="stylesheet" href="assets/css/theme.css"> |
|
0 commit comments