19 lines
		
	
	
		
			887 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			887 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <meta name="description" content="">
 | 
						|
    <meta name="author" content="">
 | 
						|
    <link rel="icon" href="../../favicon.ico">
 | 
						|
 | 
						|
    <title>Un serveur et des ...</title>
 | 
						|
    <!-- Bootstrap core CSS -->
 | 
						|
    <link href="{{ url_for('static', filename='bootstrap.min.css') }}" rel="stylesheet">
 | 
						|
    <!-- Bootstrap theme -->
 | 
						|
    <link href="{{ url_for('static', filename='bootstrap-theme.min.css') }}" rel="stylesheet">
 | 
						|
    <!-- Custom styles for this template -->
 | 
						|
    <link href="{{ url_for('static', filename='up.css') }}" rel="stylesheet">
 | 
						|
    <link href="{{ url_for('static', filename='cover.css') }}" rel="stylesheet">
 | 
						|
    <script type="text/javascript" src="{{ url_for('static', filename='divhider.js') }}"></script>
 | 
						|
</head>
 |