Skip to content

Instantly share code, notes, and snippets.

@luclu7
Created August 1, 2016 11:33
Show Gist options
  • Save luclu7/b51993061a6d65028443d6f96e4adb63 to your computer and use it in GitHub Desktop.
Save luclu7/b51993061a6d65028443d6f96e4adb63 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<title>WYIT?</title>
</head>
<body>
<div class="centered">
<h1>
We are in <?php date_default_timezone_set('Europe/London'); echo date("Y"); ?>.
</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment