no message

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2023-04-25 17:57:25 +08:00
parent 93a5e2e534
commit 2ceaf82019
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="zh-CN">
<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">
<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>
<link rel="stylesheet" href="217.css">
</head>
<body>
<link rel="stylesheet" href="217.css" />
</head>
<body>
<button class="button">Light</button>
<button class="button dark">Dark</button>
</body>
</body>
</html>
<script src="217.js"></script>
<script src="217.js"></script>