Created
September 24, 2010 16:42
-
-
Save jethrolarson/595651 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>#jq140 template</title> | |
| </head> | |
| <body> | |
| <h1>#jq140 template and rules</h1> | |
| <ul> | |
| <li>Submission must fit in a tweet, including '#jq140'. That's 134 characters of js.</li> | |
| <li>You can use any of the elements in the template.</li> | |
| <li>Submissions received via twitter.</li> | |
| <li>Rather than tweeting your submission, you may tweet a gist to allow room for comments, description, and viewing of the uncompressed source.</li> | |
| <li>Submissions should work in latest releases of gecko and webkit.</li> | |
| <li>Hacks and bad practices are allowed.</li> | |
| <li>Rules are still negotiable.</li> | |
| </ul> | |
| <canvas id="c"></canvas> | |
| <input type="text" id="t"/> | |
| </body> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
| <script> | |
| //your script inserted here | |
| </script> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment