Add book icon to return from tune or learner page to tune index page.
This commit is contained in:
parent
319198fd9d
commit
f3f95e3ce1
|
@ -37,6 +37,10 @@
|
|||
<img class="dottes-tune-table-image" src="../img/music.png"
|
||||
alt="Dottes">
|
||||
</a>
|
||||
<a href="index.html">
|
||||
<img class="dottes-tune-table-image" src="../img/book.png"
|
||||
alt="Tune index">
|
||||
</a>
|
||||
</div>
|
||||
<div class="dottes-tune-header-middle">
|
||||
<h1>@TITLE@</h1>
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
<img class="dottes-tune-table-image" src="../img/learner.png"
|
||||
alt="Learner">
|
||||
</a>
|
||||
<a href="index.html">
|
||||
<img class="dottes-tune-table-image" src="../img/book.png"
|
||||
alt="Tune index">
|
||||
</a>
|
||||
</div>
|
||||
<div class="dottes-tune-header-middle">
|
||||
<h1>@TITLE@</h1>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue