当网站跳转其他外链时,加一个小脑袋吃球球加载跳转外站动画效果。点击gif图可看效果。
使用说明:头部meta中的content是跳转时间 ,
部分代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="1;url='<?php echo $url;?>';">
<title><?php echo $title;?></title>
<div id="circle"></div>
<div id="circletext"></div>
<div id="circle1"></div>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="1;url='<?php echo $url;?>';">
<title><?php echo $title;?></title>
用法就是:域名/go.php?url=跳转地址,编辑器修改即可。
下载地址:
© 版权声明
THE END
暂无评论内容