I'm creating a website and it works fine. I cannot find any issues on html or javascript and dreamweaver is not showing errors either. But in chrome console there is about 71 errors.
XMLHttpRequest cannot load https://www.gstatic.com/mapspro/_/js/k=mapspro.gmeviewer.en.YzFInGpetnI.O/m=ws9Tlc/rt=j/rs=AItRSTMqeQtfsBrXsETZv9SFkl2pukGigw. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.google.com' is therefore not allowed access.
and
GET https://khms1.googleapis.com/kh?v=178&hl=en&x=3034197&y=2015537&z=22&token=111350 404 (OK)
these two errors keep repeating.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>||home||</title>
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="css/set1.css" />
<link href="css/slider.css" rel="stylesheet" type="text/css"/>
<link href="css/home-tours.css" rel="stylesheet" type="text/css"/>
<link href="css/activity.css" rel="stylesheet" type="text/css"/>
<link href="css/master.css" rel="stylesheet" type="text/css"/>
<link href="css/gallery.css" rel="stylesheet" type="text/css"/>
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="js/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.livequery.js"></script>
</head>
This is my header HTML. Can anyone help me to understand this I really appreciate help.