|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 |
| - <link rel="icon" type="image/png" href="/logo.png" /> |
6 |
| - <meta name="google-adsense-account" content="ca-pub-7045631665560122" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
7 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
8 | 7 | <title>Open Courses | KrimsonSquad</title>
|
| 8 | + <meta name="description" content="Explore a wide range of free courses in programming, frameworks, and development by KrimsonSquad." /> |
| 9 | + |
| 10 | + <link rel="icon" type="image/png" href="/logo.png" /> |
| 11 | + |
| 12 | + <meta property="og:title" content="Open Courses | KrimsonSquad" /> |
| 13 | + <meta property="og:description" content="Join us and explore a variety of open-source courses on programming and development by KrimsonSquad." /> |
| 14 | + <meta property="og:image" content="/logo.png" /> |
| 15 | + <meta property="og:type" content="website" /> |
| 16 | + <meta property="og:url" content="https://courses.krimsonsquad.tech" /> |
| 17 | + |
| 18 | + <meta name="twitter:card" content="summary_large_image" /> |
| 19 | + <meta name="twitter:title" content="Open Courses | KrimsonSquad" /> |
| 20 | + <meta name="twitter:description" content="Join KrimsonSquad's open-source learning platform with courses on programming, development, and more." /> |
| 21 | + <meta name="twitter:image" content="/logo.png" /> |
| 22 | + |
| 23 | + <!-- Google AdSense --> |
| 24 | + <meta name="google-adsense-account" content="ca-pub-7045631665560122" /> |
| 25 | + |
| 26 | + <meta name="keywords" content="programming courses, KrimsonSquad, free coding courses, learn programming, development tutorials, open courses" /> |
| 27 | + <meta name="author" content="KrimsonSquad" /> |
| 28 | + <meta name="robots" content="index, follow" /> |
| 29 | + |
9 | 30 | </head>
|
10 | 31 | <body>
|
11 | 32 | <div id="root"></div>
|
|
0 commit comments