index.html 191 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>GUI Page</title>
  4. </head>
  5. <body>
  6. {% load staticfiles %}
  7. <img src="{% static "/static/images/yocto.jpg" %}" alt="Yocto"/>
  8. This is your basic index page!
  9. </body>
  10. </html>