新增技术支持页

This commit is contained in:
Dragon
2023-11-25 16:10:15 +08:00
parent 363e96c500
commit 9738a953ba
2 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View 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>