Suppression d'erreurs

This commit is contained in:
Yohann 2019-09-08 12:44:00 +02:00 committed by galaxyoyo
parent ca1a9e4415
commit bd73e82cb0
2 changed files with 3 additions and 1 deletions

View File

@ -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 -->

View File

@ -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">