tools
PJ568 2 years ago
parent 56c504a094
commit 6b8b4bea58

@ -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>

@ -2,8 +2,9 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="/js/loading.js"></script>
<title>全屏黑色页面</title> <title>全屏黑色页面</title>
<link rel="icon" type="image/svg+xml" href="https://Tools.PJ568.eu.org/img/icon.svg"> <link rel="icon" type="image/svg+xml" href="/img/icon.svg">
<style type="text/css"> <style type="text/css">
html, body { html, body {
@ -93,12 +94,18 @@
color:#BDBDBD; color:#BDBDBD;
background-color:#212121; background-color:#212121;
} }
@import url(/css/tool_type.css);
</style> </style>
</head> </head>
<body> <body>
<div id="loading">
<div id="loading_bg">
<div class="loader">正在加载</div>
</div>
</div>
<a id="back" onclick="javascript:history.go(-1);">尝试返回</a> <a id="back" onclick="javascript:history.go(-1);">尝试返回</a>
<a id="download" href="./index.html" download="黑色全屏.html">下载本页</a> <a id="download" href="index.html" download="黑色全屏.html">下载本页</a>
<a id="home" href="https://Tools.PJ568.eu.org/">返回主页</a> <a id="home" href="/">返回主页</a>
<div id="fullScreenBtn">进入全屏</div> <div id="fullScreenBtn">进入全屏</div>
<div id="exitBtn">退出</div> <div id="exitBtn">退出</div>
</body> </body>

Loading…
Cancel
Save