Files
wehub-resource-sync 74c850a456
audiocraft_tests / Run tests (push) Has been cancelled
audiocraft_docs / Run docs (push) Has been cancelled
audiocraft_linter / Run linter (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:40:30 +08:00

17 lines
406 B
HTML

<!DOCTYPE html>
<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>