Created
August 1, 2016 11:33
-
-
Save luclu7/b51993061a6d65028443d6f96e4adb63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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