-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
35 lines (35 loc) · 1.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>magic-upload-image</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
<![endif]-->
<style type="text/css">
.header{
text-align: center;
}
footer{
margin-top: 40px;
text-align: center;
font-size: 12px;
color: #999;
}
</style>
</head>
<body>
<a class="github-fork-ribbon" href="https://github.com/xiaokaike/magic-upload-image" title="Fork me on GitHub">Fork me on GitHub</a>
<header class="header">
<h1>magic-upload-image</h1>
<p>多功能图片上传,支持截图黏贴,拖拽,文件上传</p>
</header>
<app></app>
<!-- built files will be auto injected -->
<footer>
<p>此Demo托管在<a href="https://leancloud.cn">leancloud</a>上,每月的容量有限,各位体验的朋友不要上传太大的图片。</p>
<p>如果有更多需求,可以前往<a href="https://github.com/xiaokaike/magic-upload-image" title="Fork me on GitHub">GitHub</a>,下载代码本地运行</p>
</footer>
</body>
</html>