added icon to header

This commit is contained in:
R. Aidan Campbell 2016-06-09 17:00:56 -04:00
parent 27cdd06225
commit a897e521c0

View File

@ -14,6 +14,7 @@
<div class="mdl-layout__header-row"> <div class="mdl-layout__header-row">
<!-- Title --> <!-- Title -->
<span class="mdl-layout-title">Moonlight</span> <span class="mdl-layout-title">Moonlight</span>
<img src="icons/icon128.png" style="width:64px;height:64px;padding-left: 20px">
<!-- Add spacer, to align navigation to the right --> <!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div> <div class="mdl-layout-spacer"></div>
</div> </div>