no message

This commit is contained in:
A1300399510
2025-10-19 15:34:49 +08:00
commit ec9584d6ea
3 changed files with 21 additions and 0 deletions

4
css/index.css Normal file
View File

@@ -0,0 +1,4 @@
* {
margin: 0;
padding: 0;
}

4
css/index.less Normal file
View File

@@ -0,0 +1,4 @@
*{
margin: 0;
padding: 0;
}

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<!-- 论坛 -->
<div></div>
</body>
</html>