Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fartscroll #4

Merged
merged 1 commit into from Apr 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 23 additions & 3 deletions index.php
@@ -1,4 +1,24 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Any thing you want</title>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://code.onion.com/fartscroll.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
fartscroll(200);
});
</script>
<style type="text/css">
body {
min-height: 2000px;
}
</style>
</head>
<body>
<?php

echo 'fart';

echo 'fart';
?>
</body>
</html>