You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script src="/js/loading.js"></script>
|
|
<title>GeoPattern - 字符生成图片</title>
|
|
<link rel="icon" type="image/svg+xml" href="/img/icon.svg">
|
|
<link href="css/demo.css" rel="stylesheet"/>
|
|
<script src="/js/include.js"></script>
|
|
</head>
|
|
<style>
|
|
@import url(/css/tool_type.css);
|
|
</style>
|
|
<body>
|
|
<div id="loading">
|
|
<div id="loading_bg">
|
|
<div class="loader">正在加载</div>
|
|
</div>
|
|
</div>
|
|
<div id="bg-0" class="js-geopattern"></div>
|
|
<div id="bg-1" class="js-geopattern"></div>
|
|
<input type="text" id="string" value=" start typing... " autocomplete="off" />
|
|
<a id="save" href="#">保存图案</a>
|
|
|
|
<!--[if IE 9]>
|
|
<script src="js/base64.min.js"></script>
|
|
<script src="js/typedarray.js"></script>
|
|
<![endif]-->
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/geopattern.min.js"></script>
|
|
<script src="js/demo.js"></script>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-57810596-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<include src="/header.html"></include>
|
|
</body>
|
|
</html> |