diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/index.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/index.html b/bitbake/lib/toaster/toastergui/templates/index.html new file mode 100644 index 0000000000..80b02d94a9 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/index.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>GUI Page</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | {% load staticfiles %} | ||
7 | |||
8 | <img src="{% static "/static/images/yocto.jpg" %}" alt="Yocto"/> | ||
9 | |||
10 | This is your basic index page! | ||
11 | </body> | ||
12 | |||
13 | </html> \ No newline at end of file | ||