WebSlider/templates/hello.html

9 lines
274 B
HTML

<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>
<p><a href="{{ url_for("random_image") }}">Random Image</a></p>
</body>
</html>