5 changed files with 38 additions and 13 deletions
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 30 KiB |
@ -0,0 +1,18 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>终端UI配置</title> |
|||
<style> |
|||
img{ |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
<img src="/img/UIdispose.png" alt=""> |
|||
</body> |
|||
</html> |
@ -0,0 +1,18 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>个人账号管理</title> |
|||
<style> |
|||
img { |
|||
width:100%; |
|||
height:100%; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
<img src="/img/personal.png" alt=""> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue