phantasma/app/templates/index.html

22 lines
529 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block body_class%}animated animated-text{% endblock %}
{% block main %}
<div class="index">
Phantasmapolis<br>
Looking back to the future<br>
未至之城<br>
回望未來<br>
<br>
Video art program<br>
Curated by Anushka Rajendran<br>
Presented by Pad.ma<br>
錄像計畫<br>
策展人 安努舒卡.拉堅德蘭<br>
藝術家 Pad.ma<br>
<br>
2021 Asian Art Biennale<br>
Oct 30, 2021 Mar 6, 2022<br>
2021亞洲藝術雙年展<br>
2021.10.30 - 2022.3.6<br>
</div>
{% endblock %}