rabin 7 년 전
부모
커밋
1fd58f61dd
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      front/templates/mobile/404.html

+ 14 - 0
front/templates/mobile/404.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+{%include 'inc/header.html'%}
+</head>
+
+<body>
+    <section class="logo">
+        <h2>您要访问的页面没有数据或出现错误</h2>
+    </section>
+</body>
+
+</html>