gocron/templates/error/500.html

11 lines
361 B
HTML
Raw Normal View History

2017-04-01 09:04:40 +00:00
{{{ template "common/header" . }}}
2017-04-13 09:35:59 +00:00
<script>
swal({
title: "500 - INTERNAL SERVER ERROR",
text: "网站暂时无法访问, 请稍后再试.",
type: "warning",
confirmButtonColor: "#DD6B55",
confirmButtonText: "确定"
});
</script>
2017-04-01 09:04:40 +00:00
{{{ template "common/footer" . }}}