Files
ClassContent/历届学生/front-end-team/每天课程/2022-03-04/index.html
2024-09-27 02:06:13 +08:00

21 lines
415 B
HTML

<!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>
h1 {
color: blue !important;
}
</style>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>你好1</h1>
</body>
</html>