evoadmin-mail/evoadmin/htdocs/haut.php
Juliette Cougnoux 4358c32e5c Forced in UTF-8
2017-02-14 18:18:16 +01:00

21 lines
446 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" />
<meta charset="UTF-8">
</head>
<body>
<h1 align="center"><?php print $conf['html']['title']; ?></h1>