From a325f6b0b0ab0799faf58e50da9dc940a13a1239 Mon Sep 17 00:00:00 2001
From: Tobias <t@tobiasjordans.de>
Date: Wed, 5 Aug 2020 15:11:11 +0200
Subject: [PATCH] Add link to github

Add a footer that links to this repo, so it can be easily found from the website.
Also extract the #history-div that is used by JS, so the footer does get in its way.
---
 index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index b9d3ef0..338c374 100644
--- a/index.html
+++ b/index.html
@@ -52,7 +52,9 @@
     <div id="main" class="columns is-variable is-0">
         <div id='map' class='column is-parent is-5'>
         </div>
-        <div id='history' class='column fixed-table-container content is-small'>
+        <div class='column fixed-table-container content is-small'>
+            <div id='history'></div>
+            <p class="footer"><a href="https://github.com/osmlab/osm-deep-history" target="_blank">Source Code on GitHub</a></p>
         </div>
     </div>