Skip to content

Instantly share code, notes, and snippets.

@Leask
Created October 16, 2016 19:08
Show Gist options
  • Select an option

  • Save Leask/eeb901d9cb2c044363baafe1ceef92e8 to your computer and use it in GitHub Desktop.

Select an option

Save Leask/eeb901d9cb2c044363baafe1ceef92e8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Love</title>
</head>
<body>
<div>
<?php
echo '❤ 豆腐和铁钉在一起已经 ' . floor((time() - strtotime('2006-11-26') + 60 * 60 * 8) / (60 * 60 * 24)) . " 天。\n";
?>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment