User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Homepage]]
[[Category:Homepage]]


<video src="http://automatist.org/video/ipad.melt.webm"></video>
This is my page. My name is [[First name::Michael]].
 
<canvas width=500 height=300 showsrc=true>
function draw() {
  c = document.getElementById("canvas");
  p = c.getContext('2d');
  x = 10;
  while(x<300) {
    p.strokeRect(x, x, 20, 20);
    x += 20;
  }
}
</canvas>
 
{{#ask: [[Thumbnail::+]][[Category:Work]]
| ?#
| ?Thumbnail
| format=gallery
| imageproperty=Thumbnail
| captionproperty=Title
}}

Revision as of 17:21, 29 October 2013


This is my page. My name is First name::Michael.