浏览代码

add css file

MbNextT1me 2 年之前
父节点
当前提交
fb0aaa13cc
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      for_test.css
  2. 1 0
      test.html

+ 3 - 0
for_test.css

@@ -0,0 +1,3 @@
+h1 {
+	color: red;	
+}

+ 1 - 0
test.html

@@ -4,6 +4,7 @@
 	<meta charset="UTF-8">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<link rel="stylesheet" href="./for_test.css">
 	<title>Test</title>
 </head>
 <body>