Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

installCertbot.sh

Blame
  • 404.php 405 B
    <?php theme_include('header'); ?>
    
    	<section class="content wrap">
    		<h1>Page non trouv&eacute;e</h1>
    
            <p>Malheureusement la page <code>/<?php echo htmlspecialchars(current_url()); ?></code> est introuvable.
            Vous pouvez retourner &agrave; <a href="<?php echo base_url(); ?>">l'accueil</a>, ou  tenter une <a href="#search">recherche</a>.</p>
    	</section>
    
    <?php theme_include('footer'); ?>