为什么我无法在intellij中将bootstrap连接到jsp?

时间:2017-10-24 12:13:00

标签: css jsp hyperlink

is this for path? should i add something to this?

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/bootstrap-theme.css" rel="stylesheet" type="text/css"/>
<script src="/assets/js/jquery-2.1.4.min.js"></script>
<script src="/assets/js/bootstrap.min.js" rel="script"></script>
<script src="/assets/js/bootstrap.js"></script>
<link href="/assets/css/style.css" rel="stylesheet" type="text/css"/>
<title>

标题

没有错误,但是当我运行程序时,css和脚本不运行,当我点击链接时在视图源中,我收到404错误

0 个答案:

没有答案