forked from xiaokaike/magic-upload-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 868 Bytes
/
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
<!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;
}
</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 -->
</body>
</html>