mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-26 07:02:24 +00:00
Suppression d'erreurs
This commit is contained in:
parent
ca1a9e4415
commit
bd73e82cb0
@ -1,10 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!--suppress HtmlUnknownTarget -->
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="viewport" content= "width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content= "width=device-width, initial-scale=1.0" />
|
||||||
<title>Site d'inscription pour le TFJM² <?= $YEAR ?></title>
|
<title>Site d'inscription pour le TFJM² <?= $YEAR ?></title>
|
||||||
<link rel="stylesheet" type="text/css" href="<?= $URL_BASE ?>/style.css" />
|
<link rel="stylesheet" type="text/css" href="<?= $URL_BASE ?>/style.css"/>
|
||||||
<link REL="shortcut icon" href="<?= $URL_BASE ?>/favicon.ico" />
|
<link REL="shortcut icon" href="<?= $URL_BASE ?>/favicon.ico" />
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<?php require_once "header.php" ?>
|
<?php require_once "header.php" ?>
|
||||||
|
|
||||||
|
<!--suppress HtmlUnknownTarget, HtmlDeprecatedAttribute, HtmlDeprecatedTag -->
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
Loading…
Reference in New Issue
Block a user