Skip to content
Snippets Groups Projects
Select Git revision
  • 901709d08fba1deffb1f9663424f95128a641bcc
  • demo_ci_gitlab_pages default
  • demo_gitlab_ci
  • 5-images-in-annotations
  • 5-final-images
  • 5-chpk-images-in-annot
  • tetras-main protected
  • 5-rebase-images-in-annot
  • 5-wip-images-in-annot
  • tmp
  • 1-edit-annotations-on-videos
  • 5-old-images-in-annotations
  • old_demo_ci_gitlab_pages
  • images_annotations
  • wip
  • devsetup
  • wip-annot-video-ui
  • wip-annotations-on-videos
  • master
  • v0.4.0_react16
  • wip-debugging-annotations
21 results

README.md

Blame
  • Forked from IIIF / Mirador / Mirador annotations
    Source project has a limited visibility.
    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'); ?>