소스 검색

# fix:修复<!DOCTYPE>标签导致的警告

yang yi 2 주 전
부모
커밋
6d33148d4e
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pythonweb/homeApp/templates/home.html
  2. 1 1
      pythonweb/templates/base.html
  3. 1 1
      pythonweb/templates/home.html

+ 1 - 1
pythonweb/homeApp/templates/home.html

@@ -1,5 +1,5 @@
-{% load static %}
 <!DOCTYPE html>
+{% load static %}
 <html lang="zh-cn">
 
 <head>

+ 1 - 1
pythonweb/templates/base.html

@@ -1,5 +1,5 @@
-{% load static %}
 <!DOCTYPE html>
+{% load static %}
 <html lang="zh-cn">
 
 <head>

+ 1 - 1
pythonweb/templates/home.html

@@ -22,8 +22,8 @@
 
 
 
-{% load static %}
 <!DOCTYPE html>
+{% load static %}
 <html lang="zh-cn">
 
 <head>