You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
420 B
17 lines
420 B
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>x-dex</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/stylesheet.css')}}">
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/screens.css')}}">
|
|
{% block head %}
|
|
{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block page %}
|
|
{% endblock %}
|
|
</body>
|
|
{% block footer %}
|
|
{% endblock %}
|
|
</html>
|