mirror of
https://github.com/ouqiang/gocron.git
synced 2024-04-21 12:31:58 +00:00
11 lines
361 B
HTML
11 lines
361 B
HTML
{{{ template "common/header" . }}}
|
|
<script>
|
|
swal({
|
|
title: "500 - INTERNAL SERVER ERROR",
|
|
text: "网站暂时无法访问, 请稍后再试.",
|
|
type: "warning",
|
|
confirmButtonColor: "#DD6B55",
|
|
confirmButtonText: "确定"
|
|
});
|
|
</script>
|
|
{{{ template "common/footer" . }}} |