Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 948645a36b587667f60523661d03aad5c8f49186
  • master par défaut protégée
2 résultats

espace-admin.php

Blame
  • espace-admin.php 348 o
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <?php include("head.php"); ?>
      </head>
      <body>
      <header>
        <?php include("navbar.php"); 
        affichernav();
        ?>
      </header>
    
      <?php include("formTheme.php"); ?>
    
        <!-- jquery plugins pour bootstrap //à garder en bas de page// -->
      <?php include("jQueryPlugins.php"); ?>
      </body>
    </html>