Files
mirror-processhacker/misc/website/websitev2/header.php
T
dmex 8cfd399c73 corrected css usage on all pages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4411 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-11 05:51:57 +00:00

20 lines
1.0 KiB
PHP

<?php ob_start("ob_gzhandler"); 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"> -->
<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 -->
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<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">
<script src="/scripts/lytebox.js"></script>
<title><?php echo $pagetitle ?> - Process Hacker</title>
</head>
<body>