Files
No1WMSPython/templates/myimage.html
김민구 5f9592ac0b flask 트리 구성
url 셋팅 및 테스트
2024-01-05 18:23:09 +09:00

13 lines
255 B
HTML

<!DOCTYPE html>
<html>
<body>
<h2>도라에몽</h2>
<a href="/hellos/도라에몽">
<img src="static/img/dora.png">
</a>
<a href={{ url_for('hellos', name='도라에몽') }}>
<img src={{ url_for('static', filename='img/dora.png') }}>
</a>
</body>
</html>