diff options
author | Emile <hanemile@protonmail.com> | 2019-02-16 17:13:27 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-02-16 17:13:27 +0100 |
commit | 5a60714c101e19b5452882e670b9bff8f4a5708d (patch) | |
tree | d34a8c3b591dfedd60dbdbc2649458dd3daecb66 | |
parent | e5af39d50d5b91e2527209858406650a6ed2b5d3 (diff) |
removed the footer in the twitter panel
-rw-r--r-- | src/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index 635cf3f..730920c 100644 --- a/src/index.html +++ b/src/index.html @@ -193,9 +193,6 @@ <a class="twitter-timeline" data-width="400" data-height="600" data-theme="light" href="https://twitter.com/GalaxySimulator?ref_src=twsrc%5Etfw">Tweets by GalaxySimulator</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </p> </div> - <div class="card-footer"> - <a href="http://viewer.nbg1.emile.space/drawtree/0" class="btn btn-primary">viewer</a> - </div> </div> </div> |