Skip to content

Commit 035a780

Browse files
committed
Add open graph meta tags
1 parent 0d0bd13 commit 035a780

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<title>img2css</title>
55
<link rel="stylesheet" href="style/main.css">
66
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300italic,100' rel='stylesheet' type='text/css'>
7+
8+
<meta property="og:title" content="img2css">
9+
<meta property="og:url" content="http://javier.xyz/img2css/">
10+
<meta property="og:description" content="This is a tool that can convert any image into a pure css image.">
11+
<meta property="og:image" content="https://github.com/javierbyte/img2css/raw/gh-pages/screenshot.png">
712
</head>
813
<body>
914
<div class="padding-2x">

0 commit comments

Comments
 (0)