WebSlider/templates/hello.html

8 lines
209 B
HTML
Raw Normal View History

2018-10-29 19:35:45 +00:00
<html>
<body>
<p>Hello slider number {{ num }}!</p>
<p><img src="{{ url_for("static", filename="cat.jpg") }}"></p>
<p><a href="{{ url_for("image", filename="IMG_0001.jpg") }}">Image</a></p>
2018-10-29 19:35:45 +00:00
</body>
</html>