mirror of https://github.com/ouqiang/gocron
12 lines
317 B
HTML
12 lines
317 B
HTML
|
{{{ template "common/header" . }}}
|
||
|
<script>
|
||
|
swal({
|
||
|
title: "403 - FORBIDDEN",
|
||
|
text: "您无权限访问此页面",
|
||
|
type: "warning"
|
||
|
},
|
||
|
function(){
|
||
|
location.href = "/"
|
||
|
});
|
||
|
</script>
|
||
|
{{{ template "common/footer" . }}}
|