This commit is contained in:
2023-05-01 19:37:40 +08:00
commit da2c0fadf7
133 changed files with 29002 additions and 0 deletions

22
Html-Notes/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://unpkg.com/vue@next"></script>
<style>
.v3 .btn {
background-color: salmon;
}
</style>
</head>
<body>
<dev id="v1"><h1 style="background-color:white;">软件21-5班兰代清</h1></dev>
<dev id="v2"><img src="https://cdn.imgcn.top/202105/88747d21aab415745d89f3237ae966ae.jpeg!logo"></dev>
<dev id="v3"><button id="btn">log in</button></dev>
<dev><input></dev>
</body>
</html>