1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
Hai Liang Wang 2024-06-24 08:09:01 +08:00
parent c1c6b09aae
commit f4b1a714ba
2 changed files with 25 additions and 17 deletions

View File

@ -1,11 +1,15 @@
<!-- Copyright (C) 2018-2024 Beijing Huaxia Chunsong Technology Co., Ltd. <!-- * Copyright (C) (2023-2024) Beijing Huaxia Chunsong Technology Co., Ltd.
<https://www.chatopera.com>, Licensed under the Chunsong Public * <https://www.chatopera.com>, Licensed under the Chunsong Public
License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html * License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
limitations under the License. --> * limitations under the License.
* Copyright (C) 2018- Jun. 2023 Chatopera Inc, <https://www.chatopera.com>, Licensed under the Apache License, Version 2.0,
* http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) 2017 优客服-多渠道客服系统, Licensed under the Apache License, Version 2.0,
* http://www.apache.org/licenses/LICENSE-2.0 -->
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head> <head>
@ -15,7 +19,7 @@
<body> <body>
<h3>404 Not Found</h3> <h3>404 Not Found</h3>
<h1 th:text="${errorCode}">404</h1> <h1 th:text="${errorCode}">404</h1>
<p th:utext="${errorMessage}">Error java.lang.NullPointerException</p> <p th:utext="${errorMessage}">Error</p>
<a href="/" th:href="@{/}">Back to Home Page</a> <a href="/" th:href="@{/}">Back to Home Page</a>
</body> </body>
</html> </html>

View File

@ -1,11 +1,15 @@
<!-- Copyright (C) 2018-2024 Beijing Huaxia Chunsong Technology Co., Ltd. <!-- * Copyright (C) (2023-2024) Beijing Huaxia Chunsong Technology Co., Ltd.
<https://www.chatopera.com>, Licensed under the Chunsong Public * <https://www.chatopera.com>, Licensed under the Chunsong Public
License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html * License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
limitations under the License. --> * limitations under the License.
* Copyright (C) 2018- Jun. 2023 Chatopera Inc, <https://www.chatopera.com>, Licensed under the Apache License, Version 2.0,
* http://www.apache.org/licenses/LICENSE-2.0
* Copyright (C) 2017 优客服-多渠道客服系统, Licensed under the Apache License, Version 2.0,
* http://www.apache.org/licenses/LICENSE-2.0 -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh"> <html lang="zh">
<!-- 本页只用于测试/演示目的 --> <!-- 本页只用于测试/演示目的 -->