Преглед изворни кода

Merge branch 'master' of http://39.104.94.153:3000/yf_zd/second into master

yf_csx пре 5 година
родитељ
комит
af0e5e7f4c
3 измењених фајлова са 31 додато и 2 уклоњено
  1. 31 0
      templates/outerNet/error.html
  2. 0 2
      templates/outerNet/login2.html
  3. BIN
      templates/static/imgs/errorPage.png

+ 31 - 0
templates/outerNet/error.html

@@ -0,0 +1,31 @@
+{% load staticfiles %}
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <title>404</title>
+    <link rel="stylesheet" href="{% static '/lib/css/reset.css' %}">
+    <style>
+        div{
+            height: 100vh;
+            display: flex;
+            display: -webkit-flex;
+            justify-content: center;
+            align-items: center;
+        }
+        img{
+            width: 50%;
+        }
+    </style>
+</head>
+
+<body>
+    <div>
+        <img src="{% static 'imgs/errorPage.png'%}" alt="">
+    </div>
+</body>
+
+</html>

+ 0 - 2
templates/outerNet/login2.html

@@ -246,8 +246,6 @@
     </div>
 
     <script src="{% static '/lib/js/jquery-2.1.4.min.js'%}"></script>
-    <script
-        src="https://webapi.amap.com/maps?v=1.4.15&key=3939967b919a8003377dd113fc445a3d&plugin=AMap.Driving"></script>
     <!-- <script src="{% static '/lib/layui/layui.js'%}"></script> -->
     <!-- <script src="{% static '/js/index2.js'%}"></script> -->
     <script>

BIN
templates/static/imgs/errorPage.png