Skip to content

Instantly share code, notes, and snippets.

@BJClark
Forked from patmaddox/gist:728517
Created December 4, 2010 21:55

Revisions

  1. BJClark revised this gist Dec 4, 2010. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <!DOCTYPE HTML>

    <html>
    <head>
  2. THE Pat Maddox created this gist Dec 4, 2010.
    28 changes: 28 additions & 0 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

    <html>
    <head>
    <title>Create and share movies of your drawings and voice! -- Show &amp; Tell for iPad</title>
    <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8">
    </head>

    <body>
    <ul class='highlights'>
    <li>
    <h3>Draw</h3>
    <p>Sketch your ideas using iPad's intuitive interface.</p>
    </li>

    <li>
    <h3>Talk</h3>
    <p>Record your voice as you draw.</p>
    </li>

    <li>
    <h3>Share</h3>
    <p>Email a video or publish to YouTube.</p>
    </li>
    </ul>
    </body>
    </html>