mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-02-02 17:59:07 +08:00
18 lines
543 B
HTML
18 lines
543 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset=utf-8>
|
||
<meta name=viewport content="width=device-width,initial-scale=1">
|
||
<title>音乐标签Web版|Music Tag Web|</title>
|
||
<link rel="shortcut icon" href="/static/dist/img/favicon_64.ico" type="image/x-icon"></link>
|
||
</head>
|
||
<body>
|
||
<script>
|
||
window.siteUrl = "/"
|
||
window.APP_CODE = 'dj-flow';
|
||
window.CSRF_COOKIE_NAME = 'django_vue_cli_csrftoken'
|
||
</script>
|
||
<div id=app></div>
|
||
</body>
|
||
</html>
|