File size: 406 Bytes
5325fcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>