no message

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2023-04-25 17:47:16 +08:00
parent 212de749e2
commit 9ea86f23a5
2 changed files with 0 additions and 17 deletions

View File

@ -8,8 +8,6 @@
<link rel="stylesheet" href="217.css">
</head>
<body>
<button class="button">Light</button>
<button class="button dark">Dark</button>
</body>
</html>
<script src="217.js"></script>

View File

@ -1,15 +0,0 @@
<!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">
<title>锥形渐变彩虹按钮</title>
<link rel="stylesheet" href="217.css">
</head>
<body>
<button class="button">Light</button>
<button class="button dark">Dark</button>
</body>
</html>
<script src="217.js"></script>