Skip to content

Instantly share code, notes, and snippets.

@Stasonix
Created June 24, 2012 07:23
Show Gist options
  • Save Stasonix/2982191 to your computer and use it in GitHub Desktop.
Save Stasonix/2982191 to your computer and use it in GitHub Desktop.
Fastcode
<?php
echo "All is very good!";
?>
$(document).ready(function(){
alert('ok!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment