master
parent
53e5c9ec70
commit
a163758ed0
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>99乘法表</title>
|
||||
</head>
|
||||
<body>
|
||||
{% for row in table %}
|
||||
<ul>{{ row.0 }} {{ row.1 }} {{ row.2 }} {{ row.3 }} {{ row.4 }} {{ row.5 }} {{ row.6 }} {{ row.7 }} {{ row.8 }} {{ row.9 }} </ul>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue