You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/client/index.html

13 lines
293 B
HTML

<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="drop_zone">Drop Files Here</div>
<output id="list"></output>
</body>
<script src="https://cdn.firebase.com/js/client/2.2.1/firebase.js"></script>
<script src="bundle.js"></script>
<script src="index.js"></script>