Hi -- really like the PythonAnywhere concept. I have deployed my web app but the html seems to being modified upon deployment.
My html code before deployment (snippet only):
<p>
<a href="/search_recipe">
<img border="0" alt="Just Eat It" src="./static/Food_splash_screen_JEI1.jpg" class="img-responsive"
alt="Responsive image">
</a>
</p>
then when I inspect the rendered code (this is the / route for my page):
<img style="-webkit-user-select: none;background-position: 0px 0px, 10px 10px;background-size: 20px 20px;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);cursor: zoom-in;" src="http://mjboothaus.pythonanywhere.com/" width="453" height="680">
and there is no action link of .../search_recipe
so the image just displays and I can't click on it. PLEASE HELP!