Skip to content

Instantly share code, notes, and snippets.

@yitsushi
Last active August 29, 2015 13:57
Show Gist options
  • Save yitsushi/9505802 to your computer and use it in GitHub Desktop.
Save yitsushi/9505802 to your computer and use it in GitHub Desktop.
var App = {
core: {},
utils: {},
modules: {}
};
<?php
function myFirstMethod() {
return true;
}
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>Oh Yeah! Ezt már szeretem :)</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment