19 lines
		
	
	
		
			466 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			466 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <!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>
 |