mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-22 06:42:40 +01:00
12 lines
No EOL
336 B
HTML
12 lines
No EOL
336 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta ref="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>xygt.cc - {{ title }}</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html> |