后台管理系统
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>后台管理</title>
</head>
<frameset rows="150,*" >
<frame noresize="noresize" src="后台头部.html" />
<frameset cols="200,*">
<frame noresize="noresize" src="左侧内容.html" />
<frame noresize="noresize" src="网站主体.html" name="body" />
</frameset>
</frameset>
</html>
后台管理系统--后台头部.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>后台头部</title>
</head>
<body>
<h1 align="center">后台管理系统</h1>
</body>
</html>
后台管理系统--左侧.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>左侧内容</title>
</head>
<body>