mirror of
https://github.com/ouqiang/gocron.git
synced 2024-04-21 12:31:58 +00:00
12 lines
313 B
Go
12 lines
313 B
Go
{% template "common/header" . %}
|
|
<script>
|
|
swal({
|
|
title: "404 - NOT FOUND",
|
|
text: "您访问的页面不存在",
|
|
type: "warning"
|
|
},
|
|
function(){
|
|
location.href = "/"
|
|
});
|
|
</script>
|
|
{% template "common/footer" . %} |