Помогите пожалуйста.Пытаюсь подключить этот файл
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<head>
<title></title>
</head>
<body>
<table>
<tr ng-repeat="x in names">
<td>{{ x.name }}</td>
<td>{{ x.country }}</td>
</tr>
</table>
</body>
</html>
непосредственно в этот файл
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<head>
<title></title>
</head>
<body>
<table>
<tr ng-repeat="x in names">
<td>{{ x.name }}</td>
<td>{{ x.country }}</td>
</tr>
</table>
</body>
</html>
выдает в консоли браузера следующую ошибку:
example.html#!/:1 Access to XMLHttpRequest at '
file:///C:/Users/*/Desktop/htab/myTable.htm' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.