Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Add new tab link to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaronett committed Mar 30, 2020
1 parent e2d87eb commit 6917c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<ul class="nav navbar-nav">
<li><a href="{{ url_for('index') }}">Single</a></li>
<li><a href="{{ url_for('comparison') }}">Comparison</a></li>
<li><a href="https://github.com/qzhu2017/XRD" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 6917c8c

Please sign in to comment.