mirror of
https://github.com/suhf/No1WMSPython.git
synced 2026-02-04 12:13:27 +09:00
13 lines
255 B
HTML
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> |