18 lines
804 B
HTML
18 lines
804 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="">
|
|
|
|
<title>Un serveur et des ...</title>
|
|
|
|
<link href="/theme.min.css" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='vendors/picocss/pico.colors.min.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='pywallter.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='icons.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='simplemde.min.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='glightbox.min.css') }}" rel="stylesheet">
|
|
|
|
</head>
|