Created
May 5, 2021 18:05
-
-
Save nikolalsvk/68d0b887c15382b4066c810bc0d84961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" class="no-js"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>TODO</title> | |
<meta name="description" content="Page description" /> | |
<meta property="og:title" content="Unique page title - My Site" /> | |
<meta property="og:description" content="Page description" /> | |
<meta | |
property="og:image" | |
content="https://pragmaticpineapple.com.com/image.jpg" | |
/> | |
<meta property="og:image:alt" content="Image description" /> | |
<meta property="og:locale" content="en_US" /> | |
<meta property="og:type" content="website" /> | |
<meta name="twitter:card" content="summary_large_image" /> | |
<meta property="og:url" content="https://pragmaticpineapple.com.com/page" /> | |
<link rel="canonical" href="https://pragmaticpineapple.com.com/page" /> | |
<link rel="icon" href="/favicon.ico" /> | |
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> | |
<link rel="apple-touch-icon" href="/apple-touch-icon.png" /> | |
<link rel="manifest" href="/my.webmanifest" /> | |
<meta name="theme-color" content="#FF00FF" /> | |
</head> | |
<body></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment