Jelajahi Sumber

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

yang yi 2 minggu lalu
induk
melakukan
6d33148d4e

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