1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-01 11:38:55 +01:00
OpenVoiceOS/buildroot-external/board/raspberrypi/rootfs-overlay/opt/mycroft/wifisetup/templates/layout.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>