|
|
@ -1,11 +1,14 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
global $googleApis, $googleStatic, $poppins;
|
|
|
|
|
|
|
|
?>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<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="https://cdn.uca.fr/images/favicon/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="https://cdn.uca.fr/images/favicon/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="https://cdn.uca.fr/images/favicon/favicon.ico" type="image/x-icon">
|
|
|
|