phantasma/app/templates/index.html

12 lines
303 B
HTML
Raw Normal View History

2021-09-28 13:10:22 +00:00
{% extends "base.html" %}
{% block main %}
2021-10-10 15:06:43 +00:00
<div>
<div>
Phantas.ma/polis is mainly in support by the Cultural Taiwan Foundation and in cooperation with SEA plateaus
<div>
</div>
本計畫由財團法人文化臺灣基金會支持、SEA plateaus協力
</div>
</div>
2021-09-28 13:10:22 +00:00
{% endblock %}