-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
92 lines (87 loc) · 3.06 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit">
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<title>Flow-ICON 图标应用工具</title>
<meta content="Flow-ICON,Flow-UI,front-flow" name="Keywords">
<meta content="Flow-ICON是Flow-UI默认采用的图标库" name="Description">
<link href="/Flow-ICON/dist/favicon.ico" rel="icon">
<link href="/Flow-ICON/dist/css/style.css" rel="stylesheet">
<script type="text/javascript">
if(window.location.href.indexOf('https')===0){
document.write('<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />');
}
</script>
<!--[if lt IE 9]><script src="/Flow-ICON/dist/lib/H5shiv.js"></script><![endif]-->
</head>
<body>
<header class="icon-head">
<div class="wrap fix">
<h1>Flow-ICON</h1>
<p class="help">Flow-ICON是Flow-UI默认采用的图标库</p>
</div>
</header>
<p class="search">
<input id="search" type="search" placeholder="Search">
<i class="ion-ios-search"></i>
</p>
<ul id="icons" class="demo fix light">
<!-- view -->
</ul>
<div class="hide boxToView tc">
<div style="height:110px">
<div id="mycanvas"></div>
</div>
<form class="pannel">
<div class="form-group row">
<label class="span-2" for="filt_size">Size:</label>
<div class="span-7">
<input type="range" min="12" max="96" id="filt_size" data-code="48">
</div>
<div class="span-3">
<input type="text" id="size_val" disabled>
<label for="size_val">px</label>
</div>
</div>
<div class="form-group row">
<div class="span-2">
<label for="filt_color">Color:</label>
</div>
<div class="span-3">
<input type="color" id="filt_color" >
</div>
</div>
</form>
<div class="acts">
<a id="_download">下载PNG</a>
</div>
</div>
<dl class="quicklink">
<dd title="建议">
<a href="https://github.com/tower1229/Flow-ICON/issues" target="_blank">
<i class="ion"></i>
</a>
</dd>
<dd class="gotop" title="搜索">
<i class="ion"></i>
</dd>
</dl>
<footer class="foot">
<div>
<p>© 2014 - 3014 Powered By <a href="https://github.com/tower1229/Flow-UI" target="_blank">Flow-UI</a> Author: <a href="http://refined-x.com" title="雅X共赏的前端技术博客">前端路上</a></p>
</div>
</footer>
<script src="/Flow-ICON/dist/lib/sea.js" id="seajsnode"></script>
<script src="/Flow-ICON/dist/lib/canvas2bolb.js"></script>
<script src="/Flow-ICON/dist/lib/html2canvas.js"></script>
<script>
seajs.use('js/index');
</script>
<div style="display: none;">
<script src="http://s6.cnzz.com/stat.php?id=1261671774&web_id=1261671774" type="text/javascript"></script>
</div>
</body>
</html>