spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit e9e53637ee3722e84c461ead86ac20ec624f3413
parent 8a9ec63a12b32297901e259421963d9db54b8300
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu,  9 Apr 2020 07:49:00 -0700

Add footer to reference tables page.

Diffstat:
MReference/index.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/Reference/index.html b/Reference/index.html @@ -58,5 +58,9 @@ <table id="referenceTableInner"> </table> </div> + + <div class="footer"> + <a href="../">Home</a> + </div> </body> </html> \ No newline at end of file