前端
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- 外联样式测试 -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>引入外部样式页面</title>
|
||||
<link rel="stylesheet" href="my.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h3>标题</h3>
|
||||
<label>其他國家檔案</label>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user