|
|
@ -1,20 +1,23 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
|
|
|
|
|
|
|
|
?>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel="stylesheet" href="Views/CSS/form.css" />
|
|
|
|
<link rel="stylesheet" href="Views/CSS/form.css" />
|
|
|
|
<link rel="stylesheet" href="Views/CSS/base.css" />
|
|
|
|
<link rel="stylesheet" href="Views/CSS/base.css" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="<?php echo $googleApis; ?>">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
|
|
|
|
<link href="<?php echo $poppins; ?>" rel="stylesheet">
|
|
|
|
<title>Formulaire de témoignage</title>
|
|
|
|
<title>Formulaire de témoignage</title>
|
|
|
|
<link rel="shortcut icon" href="https://cdn.uca.fr/images/favicon/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="shortcut icon" href="<?php echo $icon; ?>" type="image/x-icon">
|
|
|
|
<link rel="icon" href="https://cdn.uca.fr/images/favicon/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="<?php echo $icon; ?>" type="image/x-icon">
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<img id="logoUCA" src="https://cdn.uca.fr/images/logos/logo_uca_mini_light.png" height="35px" width="auto" alt="logo UCA">
|
|
|
|
<img id="logoUCA" src="<?php echo $logoUCA; ?>" height="35px" width="auto" alt="logo UCA">
|
|
|
|
|
|
|
|
|
|
|
|
<?php echo $html; ?>
|
|
|
|
<?php echo $html; ?>
|
|
|
|
|
|
|
|
|
|
|
|