first commit
This commit is contained in:
16
frontend/templates/admin_app.html
Normal file
16
frontend/templates/admin_app.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="stylesheet" href="/admin-assets/app.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="admin-app"></div>
|
||||
<script>
|
||||
window.ADMIN_APP_CONFIG = {{.ConfigJSON}};
|
||||
</script>
|
||||
<script src="/admin-assets/app.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user