evoadmin-mail/evoadmin/htdocs/haut.php

21 lines
446 B
PHP
Raw Normal View History

2017-02-14 18:03:10 +01:00
<?php
2017-02-14 18:03:10 +01:00
print '<?xml version="1.0" encoding="utf8" ?>';
?>
2017-02-14 18:03:10 +01:00
<!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" />
2017-02-14 18:03:10 +01:00
<meta charset="UTF-8">
</head>
<body>
<h1 align="center"><?php print $conf['html']['title']; ?></h1>