mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 19:44:02 +08:00
19 lines
631 B
Plaintext
19 lines
631 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="zh-CN-Hans">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>出错啦 - {{ site_info.title }}</title>
|
|
{% if site_info.favicon %}
|
|
{{ icon_link(site_info.favicon,false) }}
|
|
{% else %}
|
|
{{ icon_link('favicon.ico') }}
|
|
{% endif %}
|
|
{{ css_link("lib/layui/css/layui.css") }}
|
|
{{ css_link("home/css/error.css") }}
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html> |