未链接到bootstrap.css.map,但在控制台中显示 [英] not linked to bootstrap.css.map but shows in console

查看:27
本文介绍了未链接到bootstrap.css.map,但在控制台中显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下是我使用的代码,它是从模板运行的,我看到错误

Following is code i used this is from template when i run this file i see error

bootstrap.css.map:1 GET http://localhost:8000/css/bootstrap.css.map 404 (Not Found)

但是我没有建立链接,并且错误显示链接位于第一行,有人可以帮助我链接位于何处

but there is no link i made and error shows link is on first line can someone help me where the link is

我如何删除该链接,有人可以帮我吗

how do i remove that link can someone help me with this

<!DOCTYPE HTML>
<html lang="en">
    <head>
        <title>Animus A Blogging Category Flat Bootstarp Resposive Website Template | Home :: w3layouts</title>
        <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
        <link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="keywords" content="Graphic Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template, 
              Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
    </head>
    <body>
        <div class="contact-top">
            <div class="container">
                <h2>Log in</h2>     
                <div class="contact">
                    <p></p>
                    <div class="contact-down">
                        <div class="contact-right">
                            <div class="col-md-6 contact-info">
                                <form>
                                    <input type="text" name="your name" placeholder="USER NAME" class="input">              
                                    <input type="password" name="your email" placeholder="PASSWORD" class="input">
                                    <div class="clearfix"> </div>
                                    <input type="submit"value="SEND" />
                                </form>                 
                            </div>
                            <div class="clearfix"> </div>
                        </div>
                    </div>
                </div>  
            </div>
        </div>
    </body>
</html>

推荐答案

它来自您的bootstrap.css文件.您可以通过编辑该文件并从代码中删除以下行来删除引用:

It's coming from your bootstrap.css file. You can remove the reference by editing that file and removing the following line from your code:

/*#sourceMappingURL = bootstrap.css.map */

这篇关于未链接到bootstrap.css.map,但在控制台中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆