Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,30 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Copilot - Prompt URL Generator</title>
<title>GitHub Copilot Prompt URL Generator</title>

<!-- Meta description -->
<meta name="description" content="Create a shareable URL to run a prompt on GitHub Copilot">

<!-- Open Graph tags -->
<meta property="og:title" content="GitHub Copilot - Prompt URL Generator">
<meta property="og:description" content="Create a shareable URL to run a prompt on GitHub Copilot">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.github.com/copilot-prompt-url-generator/">
<meta property="og:site_name" content="GitHub Copilot Prompt URL Generator">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://github.github.com/copilot-prompt-url-generator/og-tag.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="GitHub Copilot Prompt URL Generator tool">
<meta property="og:image:secure_url" content="https://github.github.com/copilot-prompt-url-generator/og-tag@2x.png">

<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="GitHub Copilot - Prompt URL Generator">
<meta name="twitter:description" content="Create a shareable URL to run a prompt on GitHub Copilot">
<meta name="twitter:image" content="https://github.github.com/copilot-prompt-url-generator/og-tag.png">

<!-- Import Primer CSS for GitHub styling -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@^20.2.4/dist/primer.css" /> -->
<link rel="stylesheet" href="./primer@21.5.1.css" />
Expand Down
Binary file added og-tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added og-tag@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.