|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | - <title>GitHub Copilot - Prompt URL Generator</title> |
| 7 | + <title>GitHub Copilot Prompt URL Generator</title> |
| 8 | + |
| 9 | + <!-- Meta description --> |
| 10 | + <meta name="description" content="Create a shareable URL to run a prompt on GitHub Copilot"> |
| 11 | + |
| 12 | + <!-- Open Graph tags --> |
| 13 | + <meta property="og:title" content="GitHub Copilot - Prompt URL Generator"> |
| 14 | + <meta property="og:description" content="Create a shareable URL to run a prompt on GitHub Copilot"> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:url" content="https://github.github.com/copilot-prompt-url-generator/"> |
| 17 | + <meta property="og:site_name" content="GitHub Copilot Prompt URL Generator"> |
| 18 | + <meta property="og:locale" content="en_US"> |
| 19 | + <meta property="og:image" content="https://github.github.com/copilot-prompt-url-generator/og-tag.png"> |
| 20 | + <meta property="og:image:width" content="1200"> |
| 21 | + <meta property="og:image:height" content="630"> |
| 22 | + <meta property="og:image:alt" content="GitHub Copilot Prompt URL Generator tool"> |
| 23 | + <meta property="og:image:secure_url" content="https://github.github.com/copilot-prompt-url-generator/og-tag@2x.png"> |
| 24 | + |
| 25 | + <!-- Twitter Card tags --> |
| 26 | + <meta name="twitter:card" content="summary_large_image"> |
| 27 | + <meta name="twitter:title" content="GitHub Copilot - Prompt URL Generator"> |
| 28 | + <meta name="twitter:description" content="Create a shareable URL to run a prompt on GitHub Copilot"> |
| 29 | + <meta name="twitter:image" content="https://github.github.com/copilot-prompt-url-generator/og-tag.png"> |
| 30 | + |
8 | 31 | <!-- Import Primer CSS for GitHub styling --> |
9 | 32 | <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@^20.2.4/dist/primer.css" /> --> |
10 | 33 | <link rel="stylesheet" href="./primer@21.5.1.css" /> |
|
0 commit comments