Browse Source

Fix issue 16: gzip example files are too large, replace with much smaller one

Marcos Kirsch 9 years ago
parent
commit
0cc7a8b7be
3 changed files with 0 additions and 16 deletions
  1. BIN
      http/jquery.min.js.gz
  2. 0 16
      http/jquerytest.html
  3. BIN
      http/zipped.html.gz

BIN
http/jquery.min.js.gz


+ 0 - 16
http/jquerytest.html

@@ -1,16 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<script type="text/javascript" src="/jquery.min.js.gz"></script>
-<script type="text/javascript">
-window.onload = function() 
-{
-    if (jQuery) { alert("Jquery loaded");} 
-    else        { alert("Jquery not loaded");}
-};
-
-</script>
-</head>
-<body>
-<h1>Jquery test page</h1>
-</body>
-</html>

BIN
http/zipped.html.gz