4 lines
No EOL
285 B
HTML
4 lines
No EOL
285 B
HTML
<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='style.css') }}" />
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
|
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
|
<meta charset='UTF-8'> |