Skip to content

Commit 9f4f38d

Browse files
committed
added opengraph meta data
1 parent ce9113f commit 9f4f38d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/screenshot.png

351 KB
Loading

views/main.jade

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ html
33
head
44
title Tim's Multiplayer Draw App
55
meta(name="viewport" content="initial-scale=1")
6+
meta(name="description" content="Draw with everyone else in realtime on a HTML5 canvas")
7+
meta(property="og:url" content="http://draw.timatooth.com")
8+
meta(property="og:title" content="Multiplayer Draw")
9+
meta(property="og:image" content="http://draw.timatooth.com/screenshot.png")
10+
meta(property="og:image:width" content="1600")
11+
meta(property="og:image:height" content="1000")
12+
meta(property="og:description" content="Draw with everyone else online in realtime!")
613
link(rel="stylesheet" href="style.min.css")
714
body
815
div#colourPanel

0 commit comments

Comments
 (0)