1

Add a button for downloading PGN.

This commit is contained in:
vonavi
2014-07-07 16:58:18 +03:00
parent 1700814d33
commit 8219c0d03a
2 changed files with 16 additions and 3 deletions

View File

@@ -22,6 +22,12 @@ layout: default
<div id="GameButtons"></div>
<div id="GameText"></div>
<div id="downloadPGN">
<a href="{{ page.pgn }}">
<button type="button" class="btn btn-success">Загрузить PGN</button>
</a>
</div>
</div>
</div>