Skip to content

Instantly share code, notes, and snippets.

@brettcvz
Last active December 15, 2015 06:09
Show Gist options
  • Select an option

  • Save brettcvz/5214170 to your computer and use it in GitHub Desktop.

Select an option

Save brettcvz/5214170 to your computer and use it in GitHub Desktop.

Revisions

  1. brettcvz renamed this gist Mar 21, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. brettcvz created this gist Mar 21, 2013.
    18 changes: 18 additions & 0 deletions base template
    Original 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>