index.html 235 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 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>