更新
This commit is contained in:
13
Python-100-Days/Day41-55/oa/templates/index.html
Normal file
13
Python-100-Days/Day41-55/oa/templates/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
{% load staticfiles %}
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>首页</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ greeting }}</h1>
|
||||
<hr>
|
||||
<img src="{% static 'images/mm.jpg' %}" alt="">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user