Failed to load resource in my index.html Page

I m working on python HTTP request and response type of architecture. I have a problem on it. I m working on python HTTP Request and response server HTTP Request server from the python file while my client from the index.html file. When I access the server file from the below URL
<http://localhost:1500/index.html> 
my python server work file for handling the client request but my problem is that my index.html use with the CKEDITOR tool
------------------------------------------------------------------------
**I have Found the Below Error from the chromium console**

- Failed to load resource <http://localhost:1500/ckeditor/config.js>?t=DBAA
Failed to load resource<http://localhost:1500/ckeditor/skins/moono/editor.css>?t=DBAA 
Failed to load resource <http://localhost:1500/ckeditor/lang/en.js>?t=DBAA

2Uncaught TypeError: Cannot set property ‘dir‘ of undefined ckeditor.js:213 I had successfully add the above all the file from my index.html page plz some one help me how to solve it
------------------------------------------------------------------------
My code is 
<title>My Template Builder</title>
<!-- ckeditor-->
<script src="ckeditor/ckeditor.js"></script>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<!-- my jquery -->
<script src="<http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js>">
</script>

Failed to load resource in my index.html Page

上一篇:JVM调优


下一篇:处理IIS报“由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面”