tạo file main css link to index html

This commit is contained in:
Miêu Ham Chơi
2026-05-07 05:37:14 -07:00
parent 6e45b8d21c
commit dafc39286a
2 changed files with 2 additions and 0 deletions

View File

@@ -4,8 +4,10 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Document</title>
<link rel="stylesheet" href="main.css">
</head> </head>
<body> <body>
Code dòng thứ 1 Code dòng thứ 1
Code dòng thứ 2
</body> </body>
</html> </html>

0
main.css Normal file
View File