Spaces:
Build error
Build error
<html lang="en"> | |
<head> | |
{% block head %} | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="{{url_for('static', filename='style.css')}}" /> | |
<title>AudioCraft — MOS</title> | |
{% endblock %} | |
</head> | |
<body> | |
<div class="content"> | |
<h1>AudioCraft — MOS </h1> | |
{% block content %}{% endblock %} | |
</div> | |
</body> | |
</html> | |