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 0b1a53b commit a7ac5a7Copy full SHA for a7ac5a7
index.html
@@ -28,7 +28,10 @@
28
return {
29
// return data object
30
number: val,
31
- title: "Binary Representation of " + val
+ // preview metadata
32
+ title: "Binary Representation of " + val,
33
+ description: "Click on the switches to set the correct binary representation of " + val,
34
+ imageUrl: "https://raw.githubusercontent.com/MicroContent/BinaryNumberContentViewer/8306856c7abc9999ea07316f79e78c0d2b6468a4/example.png"
35
}
36
37
0 commit comments