You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
509 B
21 lines
509 B
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="keywords" content="">
|
|
<meta name="description" content="">
|
|
<title>我的音乐</title>
|
|
{% block header_extends %}{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
<div class="footer">
|
|
<div class="copyright">
|
|
<p>网站数据信息来源于网络</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|