我正在尝试链接我的 CSS 和 HTML。我的 CSS 文件位于 static 文件夹中,其中索引文件位于 templates 文件夹中。
代码:index.html 的标头
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BMI App</title>
<link href="C:\Users\Shweta\MFRTPPython\static\main.css" rel="stylesheet" type="text/css">
</head>
即使提供了正确的路径,我也无法链接它们。
千巷猫影
相关分类