Working with jQuery on Blank application. ‘net::ERR_ABORTED 404 (Not Found)’

I have got problem to work with jQuery using blank application. I attached my js file as external library using sc macro. But I got error as ‘net::ERR_ABORTED 404 (Not Found)’. Can any one help?
?>

<meta name="viewport" content="width=device-width"/>
<script src="https://unpkg.com/jquery"></script>
<script src="https://surveyjs.azureedge.net/1.8.13/survey.jquery.min.js"></script>
<link href="https://surveyjs.azureedge.net/1.8.13/modern.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src= "<?php echo sc_url_library('sys', 'surveyText', 'js/survey.js'); ?>" ></script>
<div id="surveyElement" style="display:inline-block;width:100%;"></div>
<div id="surveyResult"></div>
<?php