3 changed files with 77 additions and 16 deletions
@ -1,18 +1,27 @@ |
|||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||
<html lang="en"> |
<html lang="en"> |
||||
|
|
||||
<head> |
<head> |
||||
<meta charset="UTF-8"> |
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>服务器信息</title> |
<title>服务器信息</title> |
||||
<link rel="stylesheet" href="./css/style_1.css"> |
<link rel="stylesheet" href="./css/style_1.css"> |
||||
</head> |
</head> |
||||
|
|
||||
<body> |
<body> |
||||
<div id="header-container"> |
<div class="content"> |
||||
服务器信息 |
<div id="header-container"> |
||||
</div> |
服务器信息 |
||||
<div id="server-data"> |
</div> |
||||
|
<div id="server-data"> |
||||
|
</div> |
||||
</div> |
</div> |
||||
|
|
||||
|
<footer> |
||||
|
<p>Footer</p> |
||||
|
</footer> |
||||
|
|
||||
<script src="./js/script.js"></script> |
<script src="./js/script.js"></script> |
||||
</body> |
</body> |
||||
|
|
||||
</html> |
</html> |
Loading…
Reference in new issue