mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-27 20:20:12 +08:00
19 lines
765 B
HTML
19 lines
765 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/music-tag.png type=image/x-icon>
|
||
<link href=./static/dist/css/app.css rel=stylesheet>
|
||
</head>
|
||
<body>
|
||
<script>window.siteUrl = "/"
|
||
window.APP_CODE = 'dj-flow';
|
||
window.CSRF_COOKIE_NAME = 'django_vue_cli_csrftoken'</script>
|
||
<div id=app></div>
|
||
<script type=text/javascript src=./static/dist/js/manifest.9ba6c0d4f4490e9a4f28.js></script>
|
||
<script type=text/javascript src=./static/dist/js/vendor.051dd49be048f27f51f9.js></script>
|
||
<script type=text/javascript src=./static/dist/js/app.fdada96515e32f6e460b.js></script>
|
||
</body>
|
||
</html> |