Fix issue 16: gzip example files are too large, replace with much smaller one
This commit is contained in:
parent
99be566549
commit
0cc7a8b7be
Binary file not shown.
@ -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
BIN
http/zipped.html.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user