forked from seblejeune/jquery.filer
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
49 lines (40 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE>
<html lang="html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Filer 1.3 | CreativeDream</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<style>
body {
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #47525d;
background-color: #fff;
margin: 0;
padding: 20px;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
</style>
</head>
<body>
<div>
<h1>jQuery.filer 1.3</h1>
<p>jQuery.filer - Simple HTML5 file uploader, a plugin tool for jQuery which change completely file input and make it with multiple file selection, drag&drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many other features and options.</p>
<p><a href="https://github.com/CreativeDream/jQuery.filer#demos">Demos</a> | <a href="https://github.com/CreativeDream/jQuery.filer#usage">Documentation</a> | <a href="https://github.com/CreativeDream/jQuery.filer#support">Support</a></p>
</div>
<hr>
<div id="content">
<p>You can also try the examples:</p>
<a href="./examples/default">Example 1 (Default)</a>
<br>
<a href="./examples/dragdrop">Example2 (Drag&Drop)</a>
</div>
</body>
</html>