first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<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>Document</title>
<style>
body,h1,h2,h3,h4,h5,h6,ul,li {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
@font-face {
font-family: "test";
src: url("./Oxanium-Regular.ttf");
}
h1 {
font-family: test;
line-height: 30px;
}
.box {
width: 200px;
height: 200px;
}
.box1 {
background: red;
line-height: 200px;
}
.box2 {
background: rgb(169, 169, 169);
}
.title {
font-weight: bolder;
}
</style>
</head>
<body>
<a href="">你好</a>
<div class="box box1">
<p>你好1</p>
</div>
<div class="title">今天天气不好</div>
<div class="box box2">
爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起
</div>
</body>
</html>