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.
21 lines
800 B
HTML
21 lines
800 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/file/file.css">
|
|
</head>
|
|
<body>
|
|
<div id="toolbar" class="toolbar-container"></div>
|
|
<div id="upload-form" style="display: none;">
|
|
<input type="file" name="file" id="file" class="inputfile" />
|
|
<label for="file" class="block">Choose a file<span class="block" id="progress"> </span></label>
|
|
</div>
|
|
<div id="feedback" class="block hidden">
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|