poppy/docker/e2e_test/flasksite/templates/gorilla.html

10 lines
168 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<h4>Imagine your picture here {{ name }}!</h4>
</head>
<body>
<img src='../static/images/gorilla.jpeg'>
</body>
</html>