You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
231 B
21 lines
231 B
6 years ago
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
#header {
|
||
|
background-color:#87CEFA;
|
||
|
color:white;
|
||
|
text-align:left;
|
||
|
padding:5px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="header">
|
||
|
<h1>个人中心</h1>
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|