gocron/templates/error/500.html

11 lines
357 B
Go
Raw Normal View History

2018-01-28 07:48:37 +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>
2018-01-28 07:48:37 +00:00
{% template "common/footer" . %}