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

This commit is contained in:
Marcos Kirsch 2015-04-19 14:48:29 -05:00
parent 99be566549
commit 0cc7a8b7be
3 changed files with 0 additions and 16 deletions

Binary file not shown.

View File

@ -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 Normal file

Binary file not shown.