|
|
@ -3,15 +3,21 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
<script src="/js/loading.js"></script>
|
|
|
|
<title>GeoPattern - 字符生成图片</title>
|
|
|
|
<title>GeoPattern - 字符生成图片</title>
|
|
|
|
<link rel="icon" type="image/svg+xml" href="./img/icon.svg">
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/img/icon.svg">
|
|
|
|
<link href="css/demo.css" rel="stylesheet"/>
|
|
|
|
<link href="css/demo.css" rel="stylesheet"/>
|
|
|
|
<script src="https://Tools.PJ568.eu.org/js/include.js"></script>
|
|
|
|
<script src="/js/include.js"></script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
@import url(https://Tools.PJ568.eu.org/css/tool_type.css);
|
|
|
|
@import url(/css/tool_type.css);
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<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-0" class="js-geopattern"></div>
|
|
|
|
<div id="bg-1" class="js-geopattern"></div>
|
|
|
|
<div id="bg-1" class="js-geopattern"></div>
|
|
|
|
<input type="text" id="string" value=" start typing... " autocomplete="off" />
|
|
|
|
<input type="text" id="string" value=" start typing... " autocomplete="off" />
|
|
|
@ -33,6 +39,6 @@
|
|
|
|
ga('create', 'UA-57810596-1', 'auto');
|
|
|
|
ga('create', 'UA-57810596-1', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<include src="https://tools.pj568.eu.org/header.html"></include>
|
|
|
|
<include src="/header.html"></include>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|