小后台
!
<head>
<title>小后台</title>
<link rel="stylesheet" href="static/css/admin.css"/>
</head>
<body>
<header>
<h1>
LOGO后台管理系统
<small>V1.0</small>
</h1>
<section>
<em>admin</em>
<button onclick="location=href='logout.php'">
退出
</button></section>
</header>
<nav>
<a href="../1017/demo1.html" target="content">元素属性</a>
<a href="../1017/demo2.html" target="content">布局元素</a>
<a href="../1017/demo3.html" target="content">图文列表</a>
<a href="../1017/demo4.html" target="content">图片链接与列表</a>
<a href="../1017/demo5.html" target="content">细说表格</a>
</nav>
<iframe src="" name="content"></iframe>
</body>
</html>