forked from zhanziyang/vue-croppa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<base href="/vue-croppa/" target="">
<link rel="apple-touch-icon" sizes="180x180" href="static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicons/favicon-16x16.png">
<link rel="manifest" href="static/favicons/manifest.json">
<link rel="mask-icon" href="static/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>Vue Croppa - A simple straightforward customizable image cropper for vue.js.</title>
<!--<link href="https://unpkg.com/vue-croppa/dist/vue-croppa.css" rel="stylesheet" type="text/css">-->
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
<link href="static/vuetify.min.css" rel="stylesheet" type="text/css">
<link href="//at.alicdn.com/t/font_z2cmbs7zlhzlrf6r.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="static/atom-one-dark.min.css">
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script src="static/vue.min.js"></script>
<script src="static/vuetify.min.js"></script>
<script async src="static/ei.js"></script>
<script src="dist/build.js?v=1.3.7"></script>
</body>
</html>