blob: 83bde5bc7fb4cca582c3df22c74c6f84dd00153d (
plain) (
tree)
|
|
<?php
$title = "I Married My Best Friend!";
if (isset($early) && $early) {
return;
}
include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');
?>
<h1>I Married My Best Friend!</h1>
<p>
It was an inexplicable mixture of joy and butterflies getting to marry
my best friend. It was truly like a dream come true, so much so that it
drove me to tears multiple times. Now that we're on our honeymoon, it
feels simultaneously like everything and nothing has changed but I think
that's a good thing.
</p>
<p>More to come!</p>
|