gpt4 book ai didi

html - npm/bower/css/js 文件导入不正确

转载 作者:行者123 更新时间:2023-11-28 05:27:48 25 4
gpt4 key购买 nike

我正在尝试将库导入到我的 .html 文件中。当我尝试使用 npm、bower、tags、@import 时它不起作用。

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3" />
<title>yummyTea</title>

<link rel="stylesheet" href="/node_modules/bootstrap/dist/bootstrap.css">
<link rel="stylesheet" style="css/text" href="css/bootstrap.css">

</head>

<body>
<h1 class='container'>Bootstrap</h1>


<style>
@import url('css/bootstrap.css');
</style>

<script src="js/bootstrap.js"></script>
</body>
</html>

^库未在我的服务器上呈现。我已经尝试了多种解决方案,现在我只想尽快让它工作。

是的,npm 和 bower 都已正确安装/初始化到应用程序中。

我将使用 CDN,因为它们现在可以正常工作。

最佳答案

您似乎缺少一个 <script src="js/bootstrap.js"></script>标签。

此外,您的 CSS @import指令在 <script> 中标签,不是 <style>标签。

关于html - npm/bower/css/js 文件导入不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38682100/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com