mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-03-20 12:15:49 +08:00
17 lines
436 B
HTML
17 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
|
<title>任务调度平台</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.siteUrl = "http://127.0.0.1:8001"
|
|
window.APP_CODE = 'dj-flow';
|
|
window.CSRF_COOKIE_NAME = 'dj-flow_csrftoken'
|
|
</script>
|
|
<div id=app></div>
|
|
</body>
|
|
</html>
|