zeg1jeux/header.php

24 lines
497 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>La bureautique</title>
<?php
echo '
<link rel="stylesheet" type="text/css" href="themes/'. $_SESSION['gameId'] .'/layout.css" />
<link rel="stylesheet" type="text/css" href="themes/'. $_SESSION['gameId'] .'/deco.css" />
';
?>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<?php
$bodyIds = !isset($bodyIds) ? '' : ' id="'. $bodyIds .'"';
?>
<body<?php echo $bodyIds; ?>>
<!--
<h1>La bureautique</h1>
-->
<main>