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

11 lines
182 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="index.js"></script>