🚀 dsahboard v0.13.26 custom dashboard theme

This commit is contained in:
naiba
2022-06-03 10:02:11 +08:00
parent 63ad192109
commit fc37a50759
12 changed files with 2 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{{define "dashboard-default/redirect"}}
<!DOCTYPE html>
<html lang="{{.Conf.Language}}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redireting..</title>
</head>
<body>
<p>Please click <a href="{{.URL}}">here</a> if you are not redirected.</p>
<script>window.location.href = "{{.URL}}"</script>
</body>
</html>
{{end}}