no message

This commit is contained in:
A1300399510 2024-11-15 11:24:03 +08:00
parent 7b1884565d
commit f5f7057d4e
3 changed files with 13 additions and 0 deletions

View File

@ -351,6 +351,7 @@
.content .details-box .text-box .text {
display: inline-block;
font-size: 15px;
font-weight: 400;
color: #000000;
line-height: 32px;
white-space: pre-line;

View File

@ -388,6 +388,7 @@
display: inline-block;
// margin: 20px 0;
font-size: 15px;
font-weight: 400;
color: #000000;
line-height: 32px;
white-space: pre-line;

11
html/1.html Normal file
View File

@ -0,0 +1,11 @@
<!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>
<a href="./1.html"></a>
</body>
</html>