Last active
December 15, 2015 06:09
-
-
Save brettcvz/5214170 to your computer and use it in GitHub Desktop.
Revisions
-
brettcvz renamed this gist
Mar 21, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
brettcvz created this gist
Mar 21, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Zencoder Dropzone</title> <!-- jQuery Include --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <!-- Filepicker.io Include --> <script type="text/javascript" src="//api.filepicker.io/v1/filepicker.js"></script> </head> <body> <div id="content"> <h1><a href="#" id="upload_link">Upload all the things!</a></h1> </div> </body> </html>