mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-01 11:38:55 +01:00
16 lines
488 B
HTML
16 lines
488 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='stylesheets/app.css') }}">
|
|
<title>MYCROFT</title>
|
|
</head>
|
|
<body>
|
|
{% block body %}
|
|
{% endblock %}
|
|
</body>
|
|
</html>
|