We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9113f commit 9f4f38dCopy full SHA for 9f4f38d
public/screenshot.png
351 KB
views/main.jade
@@ -3,6 +3,13 @@ html
3
head
4
title Tim's Multiplayer Draw App
5
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!")
13
link(rel="stylesheet" href="style.min.css")
14
body
15
div#colourPanel
0 commit comments