evoadmin-mail/evoadmin/htdocs/haut.php

20 lines
426 B
PHP
Executable file

<?php
print '<?xml version="1.0" encoding="utf8" ?>';
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//FR"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title><?php print $conf['html']['title']; ?></title>
<link href="inc/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center"><?php print $conf['html']['title']; ?></h1>