<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!DOCTYPE html >
<html >
<head>
<title >Droparea - Makes an easy and intuitive area to upload files through drag and drop or select methods.</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="../src/droparea.css" rel="stylesheet">
<style type="text/css">
@charset "UTF-8";
html, body {
font: normal 10pt/16px 'Lucida Grande', 'Lucida Sans Unicode', 'Century Gothic', Verdana, Tahoma, Arial, sans-serif;
margin: 0;
padding: 0;
}
.footer,
.header {
border: 1px solid #333;
padding: 20px;
text-align: center;
color: white;
background: #333;
}
.footer a,