Skip to content

Commit

Permalink
Add link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancea committed Aug 21, 2024
1 parent 29bdbab commit 85a6777
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
<button id="room-selection-form-submit" type="button">Join room</button>
</div>
<div id="game"></div>
<div style="font-size: small">
Version <%= htmlWebpackPlugin.options.appVersion %>
<div
style="
font-size: small;
display: flex;
flex-direction: row;
justify-content: space-between;
"
>
<span>Version <%= htmlWebpackPlugin.options.appVersion %></span>
<span
><a href="https://github.com/ivancea/hammerfight-io/" target="_blank"
>Open source project</a
></span
>
</div>
</body>
</html>

0 comments on commit 85a6777

Please sign in to comment.