diff options
Diffstat (limited to 'includes/template_head_start.html')
-rw-r--r-- | includes/template_head_start.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/template_head_start.html b/includes/template_head_start.html new file mode 100644 index 0000000..8a4cac4 --- /dev/null +++ b/includes/template_head_start.html @@ -0,0 +1,13 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> + <meta http-equiv="imagetoolbar" content="no"> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <title><!--#echo var="PAGE_TITLE"--> - Mystic House Fansite</title> + <script language="JavaScript"> + <!-- + if (window.top == window.self) { + location = "/frames.html"; + } + // --> + </script> |