not linked to bootstrap.css.map but shows in console -
following code used template when run file see error
bootstrap.css.map:1 http://localhost:8000/css/bootstrap.css.map 404 (not found)
but there no link made , error shows link on first line can me link
how remove link can me this
<!doctype html> <html lang="en"> <head> <title>animus 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 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>
it's coming bootstrap.css file. can remove reference editing file , removing following line code:
/*# sourcemappingurl=bootstrap.css.map */
Comments
Post a Comment