Here is html. I copied all files into root.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta http-equiv='content-language' content='en-us' />
<title>Link</title>
<script type='text/javascript' src='~/jquery.
js'></script>
<script type='text/javascript' src='~/Example 1-1.
js'></script>
<link type='text/css' href='~/Example 1-1.css' rel='stylesheet' />
</head>
<body>
<p>
jQuery is not loaded.
</p>
</body>
</html>