25 lines
755 B
PHP
25 lines
755 B
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="keywords" content="" />
|
|
<title>控制台信息</title>
|
|
<style type="text/css">
|
|
.g{color:#3a3;}
|
|
.r{color:#a33;}
|
|
.o{color:#f60;}
|
|
body{font-size:1em; font-family:Verdana,Arial,Helvetica,sans-serif; margin:0; padding:0;}
|
|
</style>
|
|
<!--- <script type="text/javascript" src="/dev/js_lib/jq.js"></script> -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
|
|
});
|
|
</script>
|
|
-->
|
|
</head>
|
|
<body>
|
|
<?= $content ?>
|
|
</body>
|
|
</html>
|