summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/index.html
blob: 80b02d94a9b8f6bc73e29c3c8600c1a305dea8bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>