mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-10 05:11:42 +01:00
14 lines
432 B
PHP
14 lines
432 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<?=link_tag('assets/css/header_not_logged_dark')?>
|
|
<?=link_tag('assets/img/Logo_ONZEUR.png')?>
|
|
<?=link_tag(array(
|
|
'href'=>'assets/img/Logo_ONZEUR.png',
|
|
'rel'=>'icon',
|
|
'type'=>'image/x-icon'
|
|
))?>
|
|
<?=link_tag('assets/css/footer_dark.css')?>
|
|
</head>
|