Skip to content

Instantly share code, notes, and snippets.

@al3x
Created September 15, 2009 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save al3x/187147 to your computer and use it in GitHub Desktop.
Save al3x/187147 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Really?</title>
<style>
body {
font-family: 'Helvetica Neue';
font-size: 42pt;
font-weight: bold;
margin-top: 15%;
}
</style>
</head>t
<body>
<center>
Get back to work.
</center>
</body>
</html>
<?php
shell_exec('/usr/bin/open /Applications/Things.app/');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment