Files
mirror-processhacker/misc/website/websitev2/header.php
T
2012-04-28 15:44:16 +00:00

26 lines
1.4 KiB
PHP

<?php header('Content-Type: text/html; charset=UTF-8'); ?>
<!DOCTYPE html>
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -->
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">-->
<html lang="en">
<head>
<meta name="description" content="A free and open source process viewer with powerful process termination and memory searching/editing capabilities.">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
<link rel="icon" href="/images/favicon.ico">
<link rel="stylesheet" type="text/css" media="screen, print" href="/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/lytebox.css" />
<link rel="alternate" type="application/rss+xml" href="http://processhacker.sourceforge.net/forums/feed.php?f=1" title="Process Hacker - News RSS Feed" />
<link rel="alternate" type="application/atom+xml" href="http://processhacker.sourceforge.net/forums/feed.php?f=1" title="Process Hacker - News Atom Feed" />
<script src="/scripts/lytebox.js"></script>
<title><?php echo $pagetitle ?> - Process Hacker</title>
</head>
<body>