Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am scottwwh on github.
  • I am scottwwh (https://keybase.io/scottwwh) on keybase.
  • I have a public key ASBFDLsIr-CVPQQxin_UNoXN_XvQOJnkXnsW9_JYbQI74go

To claim this, I am signing this object:

@scottwwh
scottwwh / gist:4159188
Created November 28, 2012 05:24
Audio thinger
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Audio Draw</title>
<style type="text/css" media="screen">
body { color: #fff; background-color: #111; text-align: center; }
@scottwwh
scottwwh / index.html
Created October 8, 2011 02:14
Bouncing ball 1
<html>
<head>
<style type="text/css">
body
{
overflow: hidden;
background-color: #000;