SAE_web/events/index.php

28 lines
983 B
PHP
Raw Normal View History

2024-05-28 15:40:57 +02:00
<!DOCTYPE html>
2024-05-28 19:47:51 +02:00
<html lang="fr">
2024-05-28 15:40:57 +02:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-05-29 14:13:05 +02:00
<link rel="stylesheet" href="../styles/main.css" />
<link rel="stylesheet" href="../styles/header.css" />
<link rel="stylesheet" href="../styles/footer.css" />
2024-05-28 15:40:57 +02:00
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
<link rel="icon" type="image/png" sizes="32x32"
href="https://tickets.paris2024.org/obj/media/FR-Paris2024/specialLogos/favicons/favicon-32x32.png" />
<title>Évènements | Jeux Olympiques - Paris 2024</title>
</head>
<body>
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/views/header.php') ?>
2024-05-28 15:40:57 +02:00
<!-- code de la page ici -->
<h1>Évènements</h1>
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/views/footer.php') ?>
2024-05-28 15:40:57 +02:00
<script src="https://kit.fontawesome.com/f16a36bad3.js" crossorigin="anonymous"></script>
</body>
</html>