generic-poky/bitbake/lib/toaster/toastergui/templates/index.html

13 lines
191 B
HTML

<html>
<head>
<title>GUI Page</title>
</head>
<body>
{% load staticfiles %}
<img src="{% static "/static/images/yocto.jpg" %}" alt="Yocto"/>
This is your basic index page!
</body>
</html>