./srv/mermaid/index.fr.html

Get line numbers

<?php
define('ENCODING', 'utf-8');
start();
?><<?php ?>?xml version="1.0" encoding="<?php print ENCODING ?>"?>
<?php print DOCTYPE_XHTML11.LF; ?>
<html xmlns="<?php print XMLNS_XHTML1; ?>" xml:lang="fr">
	<head>
		<?php html_header(); ?>
		<title>Accueil - <?php print SITENAME; ?></title>
	</head>
	<body>
<?php include 'menu.fr.html' ?>
		<h1>La Petite Sirène</h1>
		<div class="section">
			<p>Bienvenue dans cette nouvelle partie de mon site...</p>
			<p>Vous pouvez trouver certains textes dans la <a href="download.fr.html">section de téléchargement</a>.</p>
		</div>
<?php include 'footer.fr.html' ?>
	</body>
</html>

Get line numbers