poppy/docker/e2e_test/flasksite/templates/cache-control.html
Jorge Chai 693f730489 E2E Test: Docker image for E2E Test
Docker image for E2E test that will set up a
simple flask site running on port 80.
The contents of the flask site were provided
by Malini Kamalambal

Change-Id: I643c36480e033d0fe324c48d75872fedd6cc3af4
2015-08-13 07:57:00 -04:00

10 lines
176 B
HTML

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