WebSlider/templates/hello.html

7 lines
133 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>
</body>
</html>