mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 18:22:23 +00:00
Suppression d'erreurs
This commit is contained in:
parent
ca1a9e4415
commit
bd73e82cb0
@ -1,10 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content= "width=device-width, initial-scale=1.0" />
|
||||
<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" />
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?php require_once "header.php" ?>
|
||||
|
||||
<!--suppress HtmlUnknownTarget, HtmlDeprecatedAttribute, HtmlDeprecatedTag -->
|
||||
<div class="container-fluid">
|
||||
|
||||
<div id="header">
|
||||
|
Loading…
Reference in New Issue
Block a user