Nie, wykorzystaj php lub js.
Kod
<?php header('refresh: 5; url=http://www.google.com'); ?>
<?php header('Location: http://www.google.com'); ?>
<script language="JavaScript" type="text/javascript">
setTimeout("window.location.replace('http://www.google.com')", 5000);
</script>