gocron/templates/error/no_permission.html

12 lines
317 B
HTML

{{{ template "common/header" . }}}
<script>
swal({
title: "403 - FORBIDDEN",
text: "您无权限访问此页面",
type: "warning"
},
function(){
location.href = "/"
});
</script>
{{{ template "common/footer" . }}}