forked from CryHavoc/dottes
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"
|
<img class="dottes-tune-table-image" src="../img/music.png"
|
||||||
alt="Dottes">
|
alt="Dottes">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="index.html">
|
||||||
|
<img class="dottes-tune-table-image" src="../img/book.png"
|
||||||
|
alt="Tune index">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="dottes-tune-header-middle">
|
<div class="dottes-tune-header-middle">
|
||||||
<h1>@TITLE@</h1>
|
<h1>@TITLE@</h1>
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
<img class="dottes-tune-table-image" src="../img/learner.png"
|
<img class="dottes-tune-table-image" src="../img/learner.png"
|
||||||
alt="Learner">
|
alt="Learner">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="index.html">
|
||||||
|
<img class="dottes-tune-table-image" src="../img/book.png"
|
||||||
|
alt="Tune index">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="dottes-tune-header-middle">
|
<div class="dottes-tune-header-middle">
|
||||||
<h1>@TITLE@</h1>
|
<h1>@TITLE@</h1>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue