HTML/Html-Notes/index.html
2023-05-01 19:37:40 +08:00

22 lines
598 B
HTML

<!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>