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.
32 lines
495 B
32 lines
495 B
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>关于我</title>
|
|
<style>
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: none;
|
|
border: 0;
|
|
overflow: hidden;
|
|
padding: 10px 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<article>
|
|
<h1>环境</h1>
|
|
<ul>
|
|
<li>111</li>
|
|
</ul>
|
|
</article>
|
|
</body>
|
|
|
|
</html>
|