<?php
   while (!file_exists('animegif.pdf')) {
    sleep(10);
   }
   echo file_get_contents(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'animegif.html');
?>
