head.htm
来自「哈克MusicPHP音乐程序v1.0一套基本于PHP+TXT的在线音乐播放程序。」· HTM 代码 · 共 37 行
HTM
37 行
<!--<?php
print <<<EOT
-->
<!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>
<title>哈克! 后台管理系统 Powered by HaCn.Com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<META name="author" content="XueDD">
<META name="copyright" content="哈克,HaCn.Com,HaCn!music" >
<meta name="keywords" content="哈克! HaCn.Com,哈克音乐系统,HaCn,HaCn.Com">
<style type="text/css">
body,td,th{font-family:Tahoma;font-size:12px;margin:0;}
body{ background:#FFF;color:#232323;}
img{border:0;}
a{ text-decoration: none;color: #111; }
a:hover{ color:#FF9900; text-decoration: underline }
.header{
color: #FFF;
font-weight: bold;
background-color: #698CC3;
background-image: url($skinpath/admin/images/navbg.gif);
height:25px;
background-repeat: repeat-x;
background-position: bottom;
}
.header a{ color: #FFFFFF }
.tableborder{background: #F2F2F2; border: 1px solid #666;}
.bg{background:#FFF}
.logintable{
border: 1px solid #E8E8A4;
background-color: #F4FCE4;
}
</style>
<!--
EOT;
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?