1 2 3 4 5 6 7 8 9 10 11 12 13 14
| <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title><?= TITRE; ?></title>
<meta name="description" content="<?php echo DESCRIPTION; ?>" />
<meta name="keywords" content="<?php echo CONTENT; ?>" />
<link rel="stylesheet" media="all" type="text/css" href="./_css/structure.css" /> <!-- Eléments dimensionnels -->
<link rel="stylesheet" media="screen" type="text/css" href="./_css/style0.css" /> <!-- Styles personnalisés (couleurs, polices) -->
<link rel="stylesheet" media="print" type="text/css" href="./_css/print.css" />
<!-- <link rel="shortcut icon" type="image/x-icon" href="icone.ico" /> -->
</head>
<body id="imprFiche">
<!-- suite du code --> |