未捕获的SyntaxError:意外的令牌<使用bower_components

时间:2015-01-08 07:40:52

标签: javascript

您好我得到Uncaught SyntaxError: Unexpected token <

我的代码是:

<!doctype html>
<html>
    <head>
        <title>Contacts</title>
        <base href='/'>
        <link href="src/bootstrap.min.css" rel="stylesheet">
    </head>
    <body>
        <div class="container">
            <div class="page-header">
                <h1>Contacts</h1>
            </div>
        </div>
        <script src="bower_components/jquery/dist/jquery.min.js"></script>
        <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
    </body>
</html>

0 个答案:

没有答案