新增技术支持页
This commit is contained in:
BIN
view/mew/modules/support/bg.png
Normal file
BIN
view/mew/modules/support/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
17
view/mew/modules/support/index.html
Normal file
17
view/mew/modules/support/index.html
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>技术支持</title>
|
||||||
|
<style>
|
||||||
|
*{
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<img src="./bg.png" alt="" width="100%">
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user