<?php
$files = glob('*.html');
$random_file = $files[array_rand($files)];
include($random_file);