瀏覽代碼

# 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>