de05756a7b
Voir facebook pour l'installation de la nouvelle BDD.
19 lines
466 B
PHP
19 lines
466 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
<title>Les Jeux du Musée</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
|
|
<link href="{{ URL::to('css/frontend.css') }}" rel="stylesheet" type="text/css"/>
|
|
@yield('page-css')
|
|
</head>
|
|
<body>
|
|
|
|
@yield('content')
|
|
|
|
|
|
@yield('page-scripts')
|
|
</body>
|
|
</html>
|