header.inc.php

来自「痕经典的delphi源码教程」· PHP 代码 · 共 9 行

PHP
9
字号
<html>
<head>
 <title>会员管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css" media="all">@import "style.css";</style>
<style type="text/css" media="all">@import "common.css";</style>
</head>
<body>
	 <div id="header">  <a href="./" title="主页"><img src="logo.jpg" alt="主页" /></a>  <h1 class="site-name title"><a href="./">会员管理系统</a></h1></div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?