Bladeren bron

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

yang yi 2 weken geleden
bovenliggende
commit
6d33148d4e
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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>